org.pdfbox.exceptions
Class InvalidPasswordException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.pdfbox.exceptions.InvalidPasswordException
All Implemented Interfaces:
Serializable

public class InvalidPasswordException
extends Exception

An exception that indicates an invalid password was supplied.

Version:
$Revision: 1.4 $
Author:
Ben Litchfield
See Also:
Serialized Form

Constructor Summary
InvalidPasswordException(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

InvalidPasswordException

public InvalidPasswordException(String msg)
Constructor.

Parameters:
msg - A msg to go with this exception.