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, 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.