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 SummaryConstructorsConstructorDescriptionSendMailException(Throwable cause) Creates a new exception with the specified cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SendMailExceptionCreates a new exception with the specified cause.- Parameters:
- cause- the cause leading to this exception
- Since:
- 5.2.230103
 
 
-