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 |
protected static class |
ResetException.BuilderImpl |
| Modifier | Constructor and Description |
|---|---|
protected |
ResetException(ResetException.Builder b) |
| 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, toStringprotected ResetException(ResetException.Builder b)
public 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 © 2018. All rights reserved.