public class AmazonClientException extends RuntimeException
AmazonServiceException,
Serialized Form| Constructor and Description |
|---|
AmazonClientException(String message)
Creates a new AmazonClientException with the specified message.
|
AmazonClientException(String message,
Throwable t)
Creates a new AmazonClientException with the specified message, and root
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AmazonClientException(String message, Throwable t)
message - An error message describing why this exception was thrown.t - The underlying cause of this exception.public AmazonClientException(String message)
message - An error message describing why this exception was thrown.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.