Package alpine.mail

Class SendMailException

    • Constructor Detail

      • 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