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, toStringpublic AbortedException(Throwable t)
public AbortedException(String message)
public AbortedException()
public boolean isRetryable()
isRetryable in class AmazonClientExceptionCopyright © 2020. All rights reserved.