public class MailAuthenticationException extends MailException
| 构造器和说明 |
|---|
MailAuthenticationException(String msg)
Constructor for MailAuthenticationException.
|
MailAuthenticationException(String msg,
Throwable cause)
Constructor for MailAuthenticationException.
|
MailAuthenticationException(Throwable cause)
Constructor for MailAuthenticationException.
|
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 useCopyright © 2017. All rights reserved.