Class EncryptedPdfException

All Implemented Interfaces:
Serializable

public class EncryptedPdfException extends VeraPDFException
Version:
0.1 Created 21 Sep 2016:11:32:26
Author:
Carl Wilson carlwilson AT github
See Also:
  • Constructor Details

    • 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.