Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AbortedException(Throwable cause)
public AbortedException(String message)
public AbortedException()
public boolean isRetryable()
isRetryable
in class AmazonClientException
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.