public class PasswordRequiredException extends GroupDocsViewerException
The exception that is thrown when password is required to load the document.
Modifier | Constructor and Description |
---|---|
|
PasswordRequiredException()
Initializes a new instance of the
PasswordRequiredException class. |
protected |
PasswordRequiredException(String message,
Throwable throwable)
Initializes a new instance of the
PasswordRequiredException 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 PasswordRequiredException()
Initializes a new instance of the PasswordRequiredException
class.
protected PasswordRequiredException(String message, Throwable throwable)
Initializes a new instance of the PasswordRequiredException
class with a specified error message.
message
- The message.throwable
- The throwable.