public class AbortedException extends AmazonClientException
Constructor and Description |
---|
AbortedException()
Constructor.
|
AbortedException(java.lang.String message)
Constructor.
|
AbortedException(java.lang.String message,
java.lang.Throwable t)
Constructor.
|
AbortedException(java.lang.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.
|
public AbortedException(java.lang.String message, java.lang.Throwable t)
message
- the exception message.t
- the throwable.public AbortedException(java.lang.Throwable t)
t
- the throwable.public AbortedException(java.lang.String message)
message
- the exception message.public AbortedException()
public boolean isRetryable()
isRetryable
in class AmazonClientException
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.