public class SdkException extends RuntimeException
ServiceApiException
,
ServiceUsageException
,
Serialized FormConstructor and Description |
---|
SdkException(String message)
Constructs an SdkException with the specified detail message.
|
SdkException(String message,
Throwable cause)
Creates an SdkException with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SdkException(String message, Throwable cause)
message
- the detail messagecause
- the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or unknown.)public SdkException(String message)
message
- the detail messageCopyright © 2021 Adobe. All rights reserved.