Class PdfferMailerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MailAddressException, MailMessageException, MailSenderException

public class PdfferMailerException extends PdfferException
The top-level exception of the PDFfer Mailer exception hierarchy.
See Also:
Serialized Form
  • Constructor Details

    • PdfferMailerException

      public PdfferMailerException()
      Instantiates a new Pdffer mailer exception.
    • PdfferMailerException

      public PdfferMailerException(String message)
      Instantiates a new Pdffer mailer exception.
      Parameters:
      message - the message
    • PdfferMailerException

      public PdfferMailerException(String message, Throwable cause)
      Instantiates a new Pdffer mailer exception.
      Parameters:
      message - the message
      cause - the cause
    • PdfferMailerException

      public PdfferMailerException(Throwable cause)
      Instantiates a new Pdffer mailer exception.
      Parameters:
      cause - the cause
    • PdfferMailerException

      public PdfferMailerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new Pdffer mailer exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace