public final class ResetException extends SdkClientException
SdkClientException for exceptions resulting
 from a failure to reset an InputStream.
 This exception is not meant to be retried.| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
ResetException.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static ResetException.Builder | 
builder()  | 
static ResetException | 
create(String message,
      Throwable cause)  | 
ResetException.Builder | 
toBuilder()
Create a  
SdkClientException.Builder initialized with the properties of this SdkClientException. | 
retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ResetException create(String message, Throwable cause)
public ResetException.Builder toBuilder()
SdkClientExceptionSdkClientException.Builder initialized with the properties of this SdkClientException.toBuilder in class SdkClientExceptionpublic static ResetException.Builder builder()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.