public final class InvalidPasswordException extends GroupDocsParserException
Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing.
Constructor and Description |
---|
InvalidPasswordException()
Initializes a new instance of the
InvalidPasswordException class. |
InvalidPasswordException(String message)
Initializes a new instance of the
InvalidPasswordException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPasswordException()
Initializes a new instance of the InvalidPasswordException
class.
public InvalidPasswordException(String message)
Initializes a new instance of the InvalidPasswordException
class.
message
- The message that describes the error.