Class PdfferException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PdfferMailerException, PdfferProducerException, PdfferRegistryException

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

    • PdfferException

      public PdfferException()
      Instantiates a new Pdffer exception.
    • PdfferException

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

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

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

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