Class NonRetryableException

All Implemented Interfaces:
Serializable

public final class NonRetryableException extends SdkClientException
Extension of SdkException that can be used by clients to explicitly have an exception not retried. This exception will never be thrown by the SDK unless explicitly used by the client. See RetryableException for marking retryable exceptions.
See Also: