Package org.apache.pdfbox.exceptions
Class InvalidPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pdfbox.exceptions.InvalidPasswordException
- All Implemented Interfaces:
Serializable
An exception that indicates an invalid password was supplied.
- Version:
- $Revision: 1.4 $
- Author:
- Ben Litchfield
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPasswordException
Constructor.- Parameters:
msg
- A msg to go with this exception.
-