org.pdfbox.exceptions
Class InvalidPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPasswordException
public InvalidPasswordException(String msg)
- Constructor.
- Parameters:
msg
- A msg to go with this exception.