Package de.galan.commons.net.mail
Class MailInvalidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.galan.commons.net.mail.MailInvalidException
-
- All Implemented Interfaces:
Serializable
public class MailInvalidException extends Exception
Signals, that the mail does not match the expected form, eg. fields are missing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MailInvalidException(Mail mail, String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-