Class SendmailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.sendmail.exception.SendmailException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SendmailException.InvalidMail

public class SendmailException extends RuntimeException
All exceptions thrown by the sendmail feature are subclasses of SendmailException.
Since:
1.7.0
See Also:
  • Constructor Details

    • SendmailException

      protected SendmailException(String message)
      Build a new instance.
      Parameters:
      message - The detail message
      Since:
      1.7.0
    • SendmailException

      protected SendmailException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The cause
      Since:
      1.7.0