public class AWSServiceThrottledException extends AWSServiceIOException
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_CODE
HTTP status code which signals this failure mode was triggered: 503.
|
| Constructor and Description |
|---|
AWSServiceThrottledException(String operation,
software.amazon.awssdk.awscore.exception.AwsServiceException cause)
Instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
retryable()
Query inner cause for retryability.
|
awsErrorDetails, extendedRequestId, getCause, requestId, statusCodegetMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int STATUS_CODE
public AWSServiceThrottledException(String operation, software.amazon.awssdk.awscore.exception.AwsServiceException cause)
operation - operation which triggered thiscause - the underlying causepublic boolean retryable()
AWSClientIOExceptionretryable in class AWSClientIOExceptionCopyright © 2008–2024 Apache Software Foundation. All rights reserved.