Class RetryableAppianException

All Implemented Interfaces:
Retryable, Serializable

public class RetryableAppianException extends AppianException implements Retryable
A subclass of AppianException that indicates that the exception is transient and the operation can be safely retried.
See Also:
  • Constructor Details

    • RetryableAppianException

      public RetryableAppianException(ErrorCode errorCode, Throwable cause)
    • RetryableAppianException

      public RetryableAppianException(ErrorCode errorCode, Object... errorCodeArgs)
    • RetryableAppianException

      public RetryableAppianException(ErrorCode errorCode, Throwable cause, Object... errorCodeArgs)