public class SdkClientException extends SdkException
SdkClientException are assumed to be
not retryable.SdkServiceException,
Serialized Form| Constructor and 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.
|
retryableaddSuppressed, 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.