Package com.lowagie.text.exceptions
Class BadPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.lowagie.text.exceptions.BadPasswordException
- All Implemented Interfaces:
Serializable
Typed exception used when opening an existing PDF document. Gets thrown when the document isn't a valid PDF
document.
- Since:
- 2.1.5 It was written for iText 2.0.8, but moved to another package
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBadPasswordException
(String message) Creates an exception saying the user password was incorrect. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial Version UID.- See Also:
-
-
Constructor Details
-
BadPasswordException
Creates an exception saying the user password was incorrect.- Parameters:
message
- The message to give to the user
-