Class SendMailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.server.mailmanagement.SendMailException
All Implemented Interfaces:
Serializable

public class SendMailException extends RuntimeException
This exception is thrown if an e-mail could not be sent.
Since:
5.2.230103
See Also:
  • Constructor Details

    • SendMailException

      public SendMailException(Throwable cause)
      Creates a new exception with the specified cause.
      Parameters:
      cause - the cause leading to this exception
      Since:
      5.2.230103