public class IncorrectPasswordException extends GroupDocsViewerException
The exception that is thrown when specified password is incorrect.
| 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. |
toStringgetHResult, getInnerException, getType, setErrorCode, setHResultaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic IncorrectPasswordException()
Initializes a new instance of the IncorrectPasswordException class.
public IncorrectPasswordException(String message, Throwable throwable)
Initializes a new instance of the IncorrectPasswordException class with a specified error message.
message - The message.throwable - The throwable.