Class SendMailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
alpine.server.mail.SendMailException
All Implemented Interfaces:
Serializable

public class SendMailException extends Exception
See Also:
  • Constructor Details

    • SendMailException

      public SendMailException()
      Constructs a new SendMailException with null as its detail message.
      Since:
      1.3.0
    • SendMailException

      public SendMailException(String message)
      Constructs a new SendMailException with the specified detail message.
      Parameters:
      message - the detail message
      Since:
      1.3.0
    • SendMailException

      public SendMailException(String message, Throwable cause)
      Constructs a new SendMailException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception
      Since:
      1.3.0
    • SendMailException

      public SendMailException(Throwable cause)
      Constructs a new SendMailException with the specified cause.
      Parameters:
      cause - the cause of the exception
      Since:
      1.3.0