public class AbortedException extends SdkClientException
Constructor and Description |
---|
AbortedException() |
AbortedException(String message) |
AbortedException(String message,
Throwable t) |
AbortedException(Throwable t) |
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, toString
public AbortedException(Throwable t)
public AbortedException(String message)
public AbortedException()
public boolean isRetryable()
isRetryable
in class AmazonClientException
Copyright © 2020. All rights reserved.