Serializable
AbortedException
, AmazonServiceException
, ClientExecutionTimeoutException
, DynamoDbMapper.BatchGetItemException
, IncompatibleTypeException
, RequestSignerNotFoundException
, ResetException
, SdkJsonGenerator.JsonGenerationException
, TableUtils.TableNeverTransitionedToStateException
, WaiterTimedOutException
, WaiterUnrecoverableException
public class SdkClientException extends AmazonClientException
AmazonClientException
,
Serialized FormConstructor | 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.
|
isRetryable
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.