com.lowagie.text.exceptions

Class BadPasswordException

public class BadPasswordException extends IOException

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

Field Summary
static longserialVersionUID
Serial Version UID.
Constructor Summary
BadPasswordException(String message)
Creates an exception saying the user password was incorrect.

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID.

Constructor Detail

BadPasswordException

public BadPasswordException(String message)
Creates an exception saying the user password was incorrect.