Package org.verapdf.core
Class EncryptedPdfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.verapdf.core.VeraPDFException
org.verapdf.core.EncryptedPdfException
- All Implemented Interfaces:
Serializable
- Version:
- 0.1 Created 21 Sep 2016:11:32:26
- Author:
- Carl Wilson carlwilson AT github
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for EncryptedPdfException.EncryptedPdfException(String message) Constructs new EncryptedPdfException with a String messageEncryptedPdfException(String message, Throwable cause) Constructs new EncryptedPdfException with a String message and a Throwable cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncryptedPdfException
public EncryptedPdfException()Default constructor for EncryptedPdfException. -
EncryptedPdfException
Constructs new EncryptedPdfException with a String message- Parameters:
message- a String message describing the cause of the exception.
-
EncryptedPdfException
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.
-