|
||||||||||
| 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.apache.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(Exception e)
Constructor. |
|
BadSecurityHandlerException(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(Exception e)
e - A sub exception.public BadSecurityHandlerException(String msg)
msg - Message describing exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||