public class SdkClientException extends AmazonClientException
AmazonClientException
,
Serialized FormConstructor 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.
|
isRetryable
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 © 2022. All rights reserved.