public class RetryableAppianRuntimeException extends AppianRuntimeException implements Retryable
Constructor and Description |
---|
RetryableAppianRuntimeException(AppianException delegate) |
RetryableAppianRuntimeException(ErrorCode errorCode,
java.lang.Object... errorCodeArgs) |
RetryableAppianRuntimeException(ErrorCode errorCode,
java.lang.Throwable cause) |
RetryableAppianRuntimeException(ErrorCode errorCode,
java.lang.Throwable cause,
java.lang.Object... errorCodeArgs) |
equals, getCause, getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, getStackTrace, hashCode, initCause, isDelegateInstanceOf, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toAppianException, toString
public RetryableAppianRuntimeException(ErrorCode errorCode, java.lang.Throwable cause)
public RetryableAppianRuntimeException(ErrorCode errorCode, java.lang.Object... errorCodeArgs)
public RetryableAppianRuntimeException(ErrorCode errorCode, java.lang.Throwable cause, java.lang.Object... errorCodeArgs)
public RetryableAppianRuntimeException(AppianException delegate)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.