Class PdfferProducerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPayloadClassException, InvalidPayloadException, InvalidTemplateClassException

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

    • PdfferProducerException

      public PdfferProducerException()
      Instantiates a new Pdffer producer exception.
    • PdfferProducerException

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

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

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

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