Class RetryableAppianRuntimeException

All Implemented Interfaces:
Retryable, Serializable

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

    • RetryableAppianRuntimeException

      public RetryableAppianRuntimeException(ErrorCode errorCode, Throwable cause)
    • RetryableAppianRuntimeException

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

      public RetryableAppianRuntimeException(ErrorCode errorCode, Throwable cause, Object... errorCodeArgs)
    • RetryableAppianRuntimeException

      public RetryableAppianRuntimeException(AppianException delegate)