org.pdfbox.pdmodel.encryption
Class BadSecurityHandlerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.pdfbox.pdmodel.encryption.BadSecurityHandlerException
All Implemented Interfaces:
Serializable

public class BadSecurityHandlerException
extends Exception

This 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
BadSecurityHandlerException()
          Default Constructor.
BadSecurityHandlerException(Exception e)
          Constructor.
BadSecurityHandlerException(String msg)
          Constructor.
 
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

BadSecurityHandlerException

public BadSecurityHandlerException()
Default Constructor.


BadSecurityHandlerException

public BadSecurityHandlerException(Exception e)
Constructor.

Parameters:
e - A sub exception.

BadSecurityHandlerException

public BadSecurityHandlerException(String msg)
Constructor.

Parameters:
msg - Message describing exception.