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