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