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
public class EncryptedPdfException extends VeraPDFException
- Version:
- 0.1 Created 21 Sep 2016:11:32:26
- Author:
- Carl Wilson carlwilson AT github
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncryptedPdfException()Default 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 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.
-
-