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
public class PdfSecurityException extends PdfException
used to handle problems with Encryption- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdfSecurityException(String message)
provides a security exception if access not permitted
-
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 Detail
-
PdfSecurityException
public PdfSecurityException(String message)
provides a security exception if access not permitted- Parameters:
message
- the error message when a PdfSecurityException occurs
-
-