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