InvalidPasswordException
Leave feedback
On this page
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.
| Constructor | Description |
|---|---|
| InvalidPasswordException() | Initializes a new instance of the InvalidPasswordException class. |
| InvalidPasswordException(String message) | Initializes a new instance of the InvalidPasswordException class. |
public InvalidPasswordException()
Initializes a new instance of the InvalidPasswordException class.
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. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.