Class BadSecurityHandlerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.pdfbox.pdmodel.encryption.BadSecurityHandlerException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadSecurityHandlerException extends java.lang.ExceptionThis exception can be thrown by the SecurityHandlersManager class when a document required an unimplemented security handler to be opened.- Version:
- $Revision: 1.2 $
- Author:
- Benoit Guillon (benoit.guillon@snv.jussieu.fr)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadSecurityHandlerException()Default Constructor.BadSecurityHandlerException(java.lang.Exception e)Constructor.BadSecurityHandlerException(java.lang.String msg)Constructor.
-
-
-
Constructor Detail
-
BadSecurityHandlerException
public BadSecurityHandlerException()
Default Constructor.
-
BadSecurityHandlerException
public BadSecurityHandlerException(java.lang.Exception e)
Constructor.- Parameters:
e- A sub exception.
-
BadSecurityHandlerException
public BadSecurityHandlerException(java.lang.String msg)
Constructor.- Parameters:
msg- Message describing exception.
-
-