public class SdkClientException extends SdkException
SdkClientException
are assumed to be
not retryable.SdkServiceException
,
Serialized FormModifier and Type | Class and Description |
---|---|
static interface |
SdkClientException.Builder |
protected static class |
SdkClientException.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
SdkClientException(SdkClientException.Builder b) |
Modifier and Type | Method and Description |
---|---|
static SdkClientException.Builder |
builder() |
static SdkClientException |
create(String message) |
static SdkClientException |
create(String message,
Throwable cause) |
SdkClientException.Builder |
toBuilder()
Create a
SdkClientException.Builder initialized with the properties of this SdkClientException . |
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected SdkClientException(SdkClientException.Builder b)
public static SdkClientException create(String message)
public static SdkClientException create(String message, Throwable cause)
public SdkClientException.Builder toBuilder()
SdkClientException.Builder
initialized with the properties of this SdkClientException
.toBuilder
in class SdkException
public static SdkClientException.Builder builder()
SdkClientException.Builder
instance to construct a new SdkClientException
.Copyright © 2021. All rights reserved.