Package org.jpedal.exception
Class PdfSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpedal.exception.PdfException
org.jpedal.exception.PdfSecurityException
- All Implemented Interfaces:
Serializable
used to handle problems with Encryption
- See Also:
-
Constructor Summary
ConstructorDescriptionPdfSecurityException
(String message) provides a security exception if access not permittedPdfSecurityException
(String message, Throwable e) -
Method Summary
Methods inherited from class org.jpedal.exception.PdfException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PdfSecurityException
provides a security exception if access not permitted- Parameters:
message
- the error message when a PdfSecurityException occurs
-
PdfSecurityException
-