Class RetryableException

All Implemented Interfaces:
Serializable

public final class RetryableException extends SdkClientException
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: