| Modifier and Type | Class and Description | 
|---|---|
| class  | AbortedExceptionSDK operation aborted exception. | 
| class  | AmazonClientExceptionBase exception class for any errors that occur while attempting to use an AWS
 client from AWS SDK for Java to make service calls to Amazon Web Services. | 
| class  | AmazonServiceExceptionExtension of SdkClientException that represents an error response returned
 by an Amazon web service. | 
| class  | ResetExceptionStream reset failure. | 
| class  | SdkClientExceptionBase type for all client exceptions thrown by the SDK. | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpResponseHandler<? extends SdkBaseException> | ClientExecutionParams. getErrorResponseHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientExecutionParams<Input,Output> | ClientExecutionParams. withErrorResponseHandler(HttpResponseHandler<? extends SdkBaseException> errorResponseHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| AmazonHttpClient.RequestExecutionBuilder | AmazonHttpClient.RequestExecutionBuilder. errorResponseHandler(HttpResponseHandler<? extends SdkBaseException> errorResponseHandler)Fluent setter for the error response handler | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientExecutionTimeoutException | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SdkJsonGenerator.JsonGenerationExceptionIndicates an issue writing JSON content. | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | RetryUtils. isClockSkewError(SdkBaseException exception)Returns true if the specified exception is a clock skew error. | 
| static boolean | RetryUtils. isRequestEntityTooLargeException(SdkBaseException exception)Returns true if the specified exception is a request entity too large error. | 
| static boolean | RetryUtils. isRetryableServiceException(SdkBaseException exception)Returns true if the specified exception is a retryable service side exception. | 
| static boolean | RetryUtils. isThrottlingException(SdkBaseException exception)Returns true if the specified exception is a throttling error. | 
| Modifier and Type | Method and Description | 
|---|---|
| SdkBaseException | RetryPolicyContext. exception() | 
| Modifier and Type | Method and Description | 
|---|---|
| RetryPolicyContext.Builder | RetryPolicyContext.Builder. exception(SdkBaseException exception) | 
| static RetryPolicyContext | RetryPolicyContexts. withException(SdkBaseException e) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WaiterTimedOutException | 
| class  | WaiterUnrecoverableException | 
Copyright © 2018. All rights reserved.