public class SdkException extends RuntimeException
SdkServiceException, 
SdkClientException, 
Serialized Form| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
SdkException.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, toStringpublic 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.