public class MailParseException extends MailException
Constructor and Description |
---|
MailParseException(String msg)
Constructor for MailParseException.
|
MailParseException(String msg,
Throwable cause)
Constructor for MailParseException.
|
MailParseException(Throwable cause)
Constructor for MailParseException.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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 use