public class MailAuthenticationException extends MailException
| Constructor and Description | 
|---|
| MailAuthenticationException(String msg)Constructor for MailAuthenticationException. | 
| MailAuthenticationException(String msg,
                           Throwable cause)Constructor for MailAuthenticationException. | 
| MailAuthenticationException(Throwable cause)Constructor for MailAuthenticationException. | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MailAuthenticationException(String msg)
msg - messagepublic MailAuthenticationException(String msg, Throwable cause)
msg - the detail messagecause - the root cause from the mail API in usepublic MailAuthenticationException(Throwable cause)
cause - the root cause from the mail API in use