Serializablepublic class AbortedException extends SdkClientException
| Constructor | Description |
|---|---|
AbortedException() |
|
AbortedException(String message) |
|
AbortedException(String message,
Throwable cause) |
|
AbortedException(Throwable cause) |
| 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbortedException(Throwable cause)
public AbortedException(String message)
public AbortedException()
public boolean isRetryable()
isRetryable in class AmazonClientExceptionCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.