public class IncorrectPasswordException extends GroupDocsViewerException
This exception is thrown when the specified password is incorrect. This exception is typically thrown when attempting to access or decrypt a protected document with an invalid password.
| Constructor and Description |
|---|
IncorrectPasswordException()
Initializes a new instance of the
IncorrectPasswordException class. |
IncorrectPasswordException(String message,
Throwable throwable)
Initializes a new instance of the
IncorrectPasswordException class with a specified error message. |
toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2024. All rights reserved.