public class SdkException extends RuntimeException
SdkServiceException
,
SdkClientException
,
Serialized FormModifier and Type | Class and Description |
---|---|
static interface |
SdkException.Builder |
protected static class |
SdkException.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
SdkException(SdkException.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static SdkException.Builder |
builder() |
boolean |
retryable()
Specifies whether or not an exception can be expected to succeed on a retry.
|
SdkException.Builder |
toBuilder()
Create a
SdkException.Builder initialized with the properties of this SdkException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected SdkException(SdkException.Builder builder)
public boolean retryable()
public SdkException.Builder toBuilder()
SdkException.Builder
initialized with the properties of this SdkException
.public static SdkException.Builder builder()
SdkException.Builder
instance to construct a new SdkException
.Copyright © 2018. All rights reserved.