Package com.microstrategy.webapi.restApi
Class MSTRRestAPIException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.microstrategy.utils.MSTRCheckedException
- 
- com.microstrategy.webapi.MSTRWebAPIException
- 
- com.microstrategy.webapi.restApi.MSTRRestAPIException
 
 
 
 
 
- 
- All Implemented Interfaces:
- LocalizableException,- java.io.Serializable
 
 public class MSTRRestAPIException extends MSTRWebAPIException - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.microstrategy.utils.MSTRCheckedExceptionMSTRCheckedException.ExceptionXMLHandler
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedMSTRRestAPIException(int errorCode)protectedMSTRRestAPIException(java.lang.String errorMsg)MSTRRestAPIException(java.lang.String errorMsg, int errorCode)protectedMSTRRestAPIException(java.lang.String errorMsg, int errorCode, java.lang.Throwable e)MSTRRestAPIException(java.lang.Throwable e)
 - 
Method Summary- 
Methods inherited from class com.microstrategy.webapi.MSTRWebAPIExceptioncanRetry, isRetryable, setIsRetryable, setNoRetry
 - 
Methods inherited from class com.microstrategy.utils.MSTRCheckedExceptiongetCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setCause, setDefaultLocale, setXMLHandler
 
- 
 
- 
- 
- 
Constructor Detail- 
MSTRRestAPIExceptionprotected MSTRRestAPIException(java.lang.String errorMsg) 
 - 
MSTRRestAPIExceptionpublic MSTRRestAPIException(java.lang.Throwable e) 
 - 
MSTRRestAPIExceptionprotected MSTRRestAPIException(int errorCode) 
 - 
MSTRRestAPIExceptionpublic MSTRRestAPIException(java.lang.String errorMsg, int errorCode)
 - 
MSTRRestAPIExceptionprotected MSTRRestAPIException(java.lang.String errorMsg, int errorCode, java.lang.Throwable e)
 
- 
 
-