Class RetryableAppianException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.appiancorp.suiteapi.common.exceptions.AppianException
com.appiancorp.suiteapi.common.exceptions.RetryableAppianException
- All Implemented Interfaces:
Retryable
,Serializable
A subclass of AppianException that indicates that the exception is transient and the
operation can be safely retried.
- See Also:
-
Constructor Summary
ConstructorDescriptionRetryableAppianException
(ErrorCode errorCode, Object... errorCodeArgs) RetryableAppianException
(ErrorCode errorCode, Throwable cause) RetryableAppianException
(ErrorCode errorCode, Throwable cause, Object... errorCodeArgs) -
Method Summary
Methods inherited from class com.appiancorp.suiteapi.common.exceptions.AppianException
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RetryableAppianException
-
RetryableAppianException
-
RetryableAppianException
-