public class MailPreparationException extends MailException
Constructor and Description |
---|
MailPreparationException(java.lang.String msg)
Constructor for MailPreparationException.
|
MailPreparationException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for MailPreparationException.
|
MailPreparationException(java.lang.Throwable cause) |
contains, getMessage, getMostSpecificCause, getRootCause
public MailPreparationException(java.lang.String msg)
msg
- the detail messagepublic MailPreparationException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause from the mail API in usepublic MailPreparationException(java.lang.Throwable cause)