Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResetException(Throwable t)
public ResetException(String message)
public ResetException()
public boolean isRetryable()
isRetryable
in class AmazonClientException
public String getMessage()
getMessage
in class Throwable
public String getExtraInfo()
public void setExtraInfo(String extraInfo)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.