public class ETSdkException extends Exception
ETSdkException object represents any Exception that can happen
in the Salesforce Marketing Cloud.| Constructor and Description |
|---|
ETSdkException()
Class constructor, Initializes a new instance of the class.
|
ETSdkException(Exception ex)
Class constructor, Initializes a new instance of the class.
|
ETSdkException(String message)
Class constructor, Initializes a new instance of the class.
|
ETSdkException(String message,
Throwable cause)
Class constructor, Initializes a new instance of the class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ETSdkException()
public ETSdkException(Exception ex)
ex - The Exception objectpublic ETSdkException(String message)
message - The exception messageCopyright © 2017. All rights reserved.