Modifier and Type | Class and Description |
---|---|
class |
AbortedException
SDK operation aborted exception.
|
class |
AmazonClientException
Base 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 |
AmazonServiceException
Extension of SdkClientException that represents an error response returned
by an Amazon web service.
|
class |
ResetException
Stream reset failure.
|
class |
SdkClientException
Base 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.JsonGenerationException
Indicates 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) |
Modifier and Type | Class and Description |
---|---|
class |
WaiterTimedOutException |
class |
WaiterUnrecoverableException |
Copyright © 2018. All rights reserved.