Class PDFUnableToCompleteOperationException

  • All Implemented Interfaces:
    Serializable

    public class PDFUnableToCompleteOperationException
    extends PDFException
    This exception indicates that an error has occurred which is not mappable into one of the other exception classes. This could be a variety of things such as invalid/inconsistent internal state of an object, erroneous hard-coded internal data, or unmappable exceptions that are thrown from external libraries (the JDK or Jars).
    See Also:
    Serialized Form
    • Constructor Detail

      • PDFUnableToCompleteOperationException

        public PDFUnableToCompleteOperationException​(String message)
        Create a new PDFUnableToCompleteOperationException.
        Parameters:
        message - the detail message.
      • PDFUnableToCompleteOperationException

        public PDFUnableToCompleteOperationException​(String message,
                                                     Throwable cause)
        Create a new PDFUnableToCompleteOperationException wrapping an existing exception.
        Parameters:
        message - the detail message.
        cause - the cause.
      • PDFUnableToCompleteOperationException

        public PDFUnableToCompleteOperationException​(Throwable cause)
        Create a new PDFUnableToCompleteOperationException wrapping an existing exception.
        Parameters:
        cause - the cause.