public class MailPreparationException extends MailException
| Constructor and Description |
|---|
MailPreparationException(String msg)
Constructor for MailPreparationException.
|
MailPreparationException(String msg,
Throwable cause)
Constructor for MailPreparationException.
|
MailPreparationException(Throwable cause) |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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)
Copyright © 2013. All Rights Reserved.