Class SendmailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.sendmail.exception.SendmailException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SendmailException.InvalidMail
All exceptions thrown by the sendmail feature are subclasses of
SendmailException.- Since:
- 1.7.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException indicates that mail is invalid because all mandatory field are not filled in or have incorrect value. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSendmailException(String message) Build a new instance.protectedSendmailException(String message, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SendmailException
Build a new instance.- Parameters:
message- The detail message- Since:
- 1.7.0
-
SendmailException
Build a new instance.- Parameters:
message- The detail messagecause- The cause- Since:
- 1.7.0
-