public class SdkException extends RuntimeException
ServiceApiException,
ServiceUsageException,
Serialized Form| Constructor 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, toStringpublic 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 © 2020 Adobe. All rights reserved.