public class TemplateEmailException extends ContainerException
Represents an exception that occurs while composing or sending a piece of template-based email.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
TemplateEmailException()
Constructs a new TemplateEmailException.
|
TemplateEmailException(java.lang.String pString)
Constructs a new TemplateEmailException with the given
explanation.
|
TemplateEmailException(java.lang.String pString,
java.lang.Throwable pRootCause)
Constructs a new TemplateEmailException with the given
explanation and root exception.
|
TemplateEmailException(java.lang.Throwable pRootCause)
Constructs a new TemplateEmailException with the given root
exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getRootCause()
Returns the root exception.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic TemplateEmailException()
public TemplateEmailException(java.lang.String pString)
public TemplateEmailException(java.lang.Throwable pRootCause)
public TemplateEmailException(java.lang.String pString,
java.lang.Throwable pRootCause)