SerializableAbortedException, AmazonServiceException, ClientExecutionTimeoutException, DynamoDbMapper.BatchGetItemException, IncompatibleTypeException, RequestSignerNotFoundException, ResetException, SdkJsonGenerator.JsonGenerationException, TableUtils.TableNeverTransitionedToStateException, WaiterTimedOutException, WaiterUnrecoverableExceptionpublic class SdkClientException extends AmazonClientException
AmazonClientException,
Serialized Form| Constructor | Description |
|---|---|
SdkClientException(String message) |
Creates a new SdkClientException with the specified message.
|
SdkClientException(String message,
Throwable t) |
Creates a new SdkClientException with the specified message, and root
cause.
|
SdkClientException(Throwable t) |
Creates a new SdkClientException with the root cause.
|
isRetryableequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SdkClientException(String message, Throwable t)
message - An error message describing why this exception was thrown.t - The underlying cause of this exception.public SdkClientException(String message)
message - An error message describing why this exception was thrown.public SdkClientException(Throwable t)
t - The underlying cause of this exception.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.