public class AbortedException extends AmazonClientException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
AbortedException() |
AbortedException(java.lang.String message) |
AbortedException(java.lang.String message,
java.lang.Throwable t) |
AbortedException(java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
boolean |
isRetryable()
Returns a hint as to whether it makes sense to retry upon this exception.
|
private static final long serialVersionUID
public AbortedException(java.lang.String message, java.lang.Throwable t)
public AbortedException(java.lang.Throwable t)
public AbortedException(java.lang.String message)
public AbortedException()
public boolean isRetryable()
isRetryable
in class AmazonClientException