com.amazonaws
Class AbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.AbortedException
- All Implemented Interfaces:
- Serializable
public class AbortedException
- extends AmazonClientException
SDK operation aborted exception.
- See Also:
- Serialized Form
Method Summary |
boolean |
isRetryable()
Returns a hint as to whether it makes sense to retry upon this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbortedException
public AbortedException(String message,
Throwable t)
AbortedException
public AbortedException(Throwable t)
AbortedException
public AbortedException(String message)
AbortedException
public AbortedException()
isRetryable
public boolean isRetryable()
- Returns a hint as to whether it makes sense to retry upon this exception.
Default is true, but subclass may override.
An aborted exception is not intended to be retried.
- Overrides:
isRetryable
in class AmazonClientException
Copyright © 2016. All rights reserved.