public class AmazonClientException extends SdkBaseException
AmazonServiceException, 
Serialized Form| Constructor and Description | 
|---|
| AmazonClientException(String message)Creates a new AmazonClientException with the specified message. | 
| AmazonClientException(String message,
                     Throwable t)Creates a new AmazonClientException with the specified message, and root
 cause. | 
| AmazonClientException(Throwable t) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isRetryable()Returns a hint as to whether it makes sense to retry upon this exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AmazonClientException(String message, Throwable t)
message - An error message describing why this exception was thrown.t - The underlying cause of this exception.public AmazonClientException(String message)
message - An error message describing why this exception was thrown.public AmazonClientException(Throwable t)
public boolean isRetryable()
Copyright © 2021. All rights reserved.