public class SdkClientException extends SdkException
SdkClientException are assumed to be
not retryable.SdkServiceException,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static interface |
SdkClientException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SdkClientException.Builder |
builder() |
static SdkClientException |
create(String message,
Throwable cause) |
SdkClientException.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 SdkClientException create(String message, Throwable cause)
public SdkClientException.Builder toBuilder()
SdkClientException.Builder initialized with the properties of this SdkClientException.toBuilder in class SdkExceptionpublic static SdkClientException.Builder builder()
SdkClientException.Builder instance to construct a new SdkClientException.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.