Class EncryptedPdfException

    • Constructor Detail

      • EncryptedPdfException

        public EncryptedPdfException()
        Default constructor for EncryptedPdfException.
      • EncryptedPdfException

        public EncryptedPdfException​(String message)
        Constructs new EncryptedPdfException with a String message
        Parameters:
        message - a String message describing the cause of the exception.
      • EncryptedPdfException

        public EncryptedPdfException​(String message,
                                     Throwable cause)
        Constructs new EncryptedPdfException with a String message and a Throwable cause.
        Parameters:
        message - a String message describing the cause of the exception.
        cause - Throwable cause of the exception.