- All Implemented Interfaces:
Serializable
Extension of
SdkException that can be used by clients to explicitly have an exception retried. This exception will never be thrown by the SDK unless explicitly used by the client. See NonRetryableException for marking non-retryable exceptions.- See Also:
Nested Class Summary
Nested Classes
static interfaceMethod Summary
booleanSpecifies whether or not an exception can be expected to succeed on a retry.
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Method Details