| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbortedException
SDK operation aborted exception. 
 | 
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 | Class and Description | 
|---|---|
static class  | 
DefaultErrorResponseHandlerIntegrationTest.BaseException  | 
static class  | 
DefaultErrorResponseHandlerIntegrationTest.CustomException  | 
static class  | 
DefaultErrorResponseHandlerIntegrationTest.CustomLegacyException  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
NullResponseHandler.assertIsUnmarshallingException(AmazonClientException e)  | 
| 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 | 
|---|---|
long | 
RetryPolicy.BackoffStrategy.delayBeforeNextRetry(AmazonWebServiceRequest originalRequest,
                    AmazonClientException exception,
                    int retriesAttempted)
Returns the delay (in milliseconds) before next retry attempt. 
 | 
long | 
FixedTimeBackoffStrategy.delayBeforeNextRetry(AmazonWebServiceRequest originalRequest,
                    AmazonClientException exception,
                    int retriesAttempted)  | 
long | 
RetryPolicyTestBase.ContextDataCollectionBackoffStrategy.delayBeforeNextRetry(AmazonWebServiceRequest originalRequest,
                    AmazonClientException exception,
                    int retriesAttempted)  | 
boolean | 
PredefinedRetryPolicies.SDKDefaultRetryCondition.shouldRetry(AmazonWebServiceRequest originalRequest,
           AmazonClientException exception,
           int retriesAttempted)  | 
boolean | 
RetryPolicy.RetryCondition.shouldRetry(AmazonWebServiceRequest originalRequest,
           AmazonClientException exception,
           int retriesAttempted)
Returns whether a failed request should be retried according to the
 given request context. 
 | 
boolean | 
RetryPolicyTestBase.ContextDataCollectionRetryCondition.shouldRetry(AmazonWebServiceRequest originalRequest,
           AmazonClientException exception,
           int retriesAttempted)  | 
static void | 
RetryPolicyTestBase.verifyExpectedContextData(com.amazonaws.retry.RetryPolicyTestBase.ContextDataCollection contextDataCollection,
                         AmazonWebServiceRequest failedRequest,
                         AmazonClientException expectedException,
                         int expectedRetries)
Verifies the RetryCondition has collected the expected context information. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RetryPolicyContext | 
RetryPolicyContexts.fromLegacy(AmazonClientException exception,
          AmazonWebServiceRequest origRequest,
          int retriesAttempted)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WaiterTimedOutException  | 
class  | 
WaiterUnrecoverableException  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
SimpleArrayBackoffStrategy.delayBeforeNextRetry(AmazonWebServiceRequest originalRequest,
                    AmazonClientException exception,
                    int retriesAttempted)  | 
boolean | 
AlwaysRetryCondition.shouldRetry(AmazonWebServiceRequest originalRequest,
           AmazonClientException exception,
           int retriesAttempted)  | 
Copyright © 2024. All rights reserved.