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, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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