|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.pdfbox.pdmodel.encryption.BadSecurityHandlerException
public class BadSecurityHandlerException
This exception can be thrown by the SecurityHandlersManager class when a document required an unimplemented security handler to be opened.
Constructor Summary | |
---|---|
BadSecurityHandlerException()
Default Constructor. |
|
BadSecurityHandlerException(java.lang.Exception e)
Constructor. |
|
BadSecurityHandlerException(java.lang.String msg)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BadSecurityHandlerException()
public BadSecurityHandlerException(java.lang.Exception e)
e
- A sub exception.public BadSecurityHandlerException(java.lang.String msg)
msg
- Message describing exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |