Class SendmailException.InvalidMail
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.sendmail.exception.SendmailException
dev.voidframework.sendmail.exception.SendmailException.InvalidMail
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SendmailException
Exception indicates that mail is invalid because all mandatory
field are not filled in or have incorrect value.
- Since:
- 1.7.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.sendmail.exception.SendmailException
SendmailException.InvalidMail -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMail
public InvalidMail()Build a new instance.- Since:
- 1.7.0
-