Example usage for Java com.amazonaws AmazonClientException fields, constructors, methods, implement or subclass
The text is from its open source code.
AmazonClientException(String message, Throwable t) Creates a new AmazonClientException with the specified message, and root cause. | |
AmazonClientException(String message) Creates a new AmazonClientException with the specified message. | |
AmazonClientException(Throwable t) |
boolean | isRetryable() Returns a hint as to whether it makes sense to retry upon this exception. |