public class ExactTargetException extends EmailServiceException
| Constructor and Description |
|---|
ExactTargetException()
Default constructor
|
ExactTargetException(java.lang.String message)
Constructor that takes an error message.
|
ExactTargetException(java.lang.String message,
java.lang.Throwable throwable)
Constructor that takes an error message and a Throwable root cause.
|
ExactTargetException(java.lang.Throwable throwable)
Constructor that takes a Throwable root cause.
|
public ExactTargetException()
public ExactTargetException(java.lang.String message)
message - error message.public ExactTargetException(java.lang.Throwable throwable)
throwable - root cause exception.public ExactTargetException(java.lang.String message,
java.lang.Throwable throwable)
message - An error message.throwable - Root cause exception."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"