public class ResetException extends SdkClientException
Constructor and Description |
---|
ResetException() |
ResetException(String message) |
ResetException(String message,
Throwable t) |
ResetException(Throwable t) |
Modifier and Type | Method and 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) |
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 © 2018. All rights reserved.