Serializablepublic class ResetException extends SdkClientException
| Constructor | Description |
|---|---|
ResetException() |
|
ResetException(String message) |
|
ResetException(String message,
Throwable t) |
|
ResetException(Throwable t) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getExtraInfo() |
|
String |
getMessage() |
|
boolean |
isRetryable() |
Returns a hint as to whether it makes sense to retry upon this exception.
|
void |
setExtraInfo(String extraInfo) |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResetException(Throwable t)
public ResetException(String message)
public ResetException()
public boolean isRetryable()
isRetryable in class AmazonClientExceptionpublic String getMessage()
getMessage in class Throwablepublic String getExtraInfo()
public void setExtraInfo(String extraInfo)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.