Class SendMailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.server.mailmanagement.SendMailException
- All Implemented Interfaces:
Serializable
This exception is thrown if an e-mail could not be sent.
- Since:
- 5.2.230103
- See Also:
-
Constructor Summary
ConstructorDescriptionSendMailException
(Throwable cause) Creates a new exception with the specified cause. -
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
Creates a new exception with the specified cause.- Parameters:
cause
- the cause leading to this exception- Since:
- 5.2.230103
-