public final class InvalidPasswordException extends PdfException
The exception that is thrown when invalid password is provided by user.
Constructor and Description |
---|
InvalidPasswordException(String message)
Initializes a new instance of the
InvalidPasswordException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InvalidPasswordException(String message)
Initializes a new instance of the InvalidPasswordException
class.
message
- The message.