public class SdkException extends RuntimeException
SdkServiceException, 
SdkClientException, 
Serialized Form| Modifier 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.Builderinitialized with the properties of thisSdkException. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected 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 © 2019. All rights reserved.