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.MSTRCheckedException
MSTRCheckedException.ExceptionXMLHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MSTRRestAPIException(int errorCode)
protected
MSTRRestAPIException(java.lang.String errorMsg)
MSTRRestAPIException(java.lang.String errorMsg, int errorCode)
protected
MSTRRestAPIException(java.lang.String errorMsg, int errorCode, java.lang.Throwable e)
MSTRRestAPIException(java.lang.Throwable e)
-
Method Summary
-
Methods inherited from class com.microstrategy.webapi.MSTRWebAPIException
canRetry, isRetryable, setIsRetryable, setNoRetry
-
Methods inherited from class com.microstrategy.utils.MSTRCheckedException
getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setCause, setDefaultLocale, setXMLHandler
-
-
-
-
Constructor Detail
-
MSTRRestAPIException
protected MSTRRestAPIException(java.lang.String errorMsg)
-
MSTRRestAPIException
public MSTRRestAPIException(java.lang.Throwable e)
-
MSTRRestAPIException
protected MSTRRestAPIException(int errorCode)
-
MSTRRestAPIException
public MSTRRestAPIException(java.lang.String errorMsg, int errorCode)
-
MSTRRestAPIException
protected MSTRRestAPIException(java.lang.String errorMsg, int errorCode, java.lang.Throwable e)
-
-