public class MailParseException extends MailException
| 构造器和说明 |
|---|
MailParseException(String msg)
Constructor for MailParseException.
|
MailParseException(String msg,
Throwable cause)
Constructor for MailParseException.
|
MailParseException(Throwable cause)
Constructor for MailParseException.
|
public MailParseException(String msg)
msg - the detail messagepublic MailParseException(String msg, Throwable cause)
msg - the detail messagecause - the root cause from the mail API in usepublic MailParseException(Throwable cause)
cause - the root cause from the mail API in useCopyright © 2016. All rights reserved.