Class SdkClientException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbortedException, ApiCallAttemptTimeoutException, ApiCallTimeoutException, Crc32MismatchException, EndpointDiscoveryFailedException, ExpiredTokenException, NonRetryableException, RetryableException, SdkJsonGenerator.JsonGenerationException

public class SdkClientException extends SdkException
Base type for all client exceptions thrown by the SDK. This exception is thrown when service could not be contacted for a response, or when client is unable to parse the response from service.

Exceptions that extend SdkClientException are assumed to be not retryable, with a few exceptions:

See Also: