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. |
toString
getHResult, getInnerException, getType, setErrorCode, setHResult
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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.