public class MailPreparationException extends MailException
FreeMarkerTemplateUtils.processTemplateIntoString(freemarker.template.Template, java.lang.Object)
,
Serialized FormConstructor and Description |
---|
MailPreparationException(String msg)
Constructor for MailPreparationException.
|
MailPreparationException(String msg,
Throwable cause)
Constructor for MailPreparationException.
|
MailPreparationException(Throwable cause) |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MailPreparationException(String msg)
msg
- the detail messagepublic MailPreparationException(String msg, Throwable cause)
msg
- the detail messagecause
- the root cause from the mail API in usepublic MailPreparationException(Throwable cause)