IncorrectPasswordException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception
public class IncorrectPasswordException extends System.Exception
The incorrect password exception.
Constructors
Constructor | Description |
---|---|
IncorrectPasswordException(String message) | Initializes a new instance of the IncorrectPasswordException class. |
IncorrectPasswordException(String message)
public IncorrectPasswordException(String message)
Initializes a new instance of the IncorrectPasswordException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message that describes the error. |