InvalidPasswordException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.groupdocs.parser.exceptions.GroupDocsParserException
public 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.
Constructors
| Constructor | Description | 
|---|---|
| InvalidPasswordException() | Initializes a new instance of the InvalidPasswordException class. | 
| InvalidPasswordException(String message) | Initializes a new instance of the InvalidPasswordException class. | 
InvalidPasswordException()
public InvalidPasswordException()
Initializes a new instance of the InvalidPasswordException class.
InvalidPasswordException(String message)
public InvalidPasswordException(String message)
Initializes a new instance of the InvalidPasswordException class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| message | java.lang.String | The message that describes the error. |