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
密码错误异常。
构造函数
| 构造函数 | 描述 |
|---|---|
| IncorrectPasswordException(String message) | 初始化 IncorrectPasswordException 类的新实例。 |
IncorrectPasswordException(String message)
public IncorrectPasswordException(String message)
初始化 IncorrectPasswordException 类的新实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| message | java.lang.String | 描述错误的消息。 |