public class AbortedException extends AmazonClientException
| Constructor and Description |
|---|
AbortedException()
Constructor.
|
AbortedException(String message)
Constructor.
|
AbortedException(String message,
Throwable t)
Constructor.
|
AbortedException(Throwable t)
Constructor.
|
| 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 AbortedException(String message, Throwable t)
message - the exception message.t - the throwable.public AbortedException(Throwable t)
t - the throwable.public AbortedException(String message)
message - the exception message.public AbortedException()
public boolean isRetryable()
isRetryable in class AmazonClientExceptionCopyright © 2019. All rights reserved.