Serializable
LambdaFunctionException
, SdkClientException
public class AmazonClientException extends SdkBaseException
AmazonServiceException
,
Serialized FormConstructor | 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 | Description |
---|---|---|
boolean |
isRetryable() |
Returns a hint as to whether it makes sense to retry upon this exception.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.