类 PasswordExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mysql.cj.exceptions.CJException
-
- com.mysql.cj.exceptions.PasswordExpiredException
-
- 所有已实现的接口:
Serializable
public class PasswordExpiredException extends CJException
Equivalent to SQLSTATE ER_MUST_CHANGE_PASSWORD = 1820 "You must SET PASSWORD before executing this statement" Server entered to sandbox morde when this failure happens.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.mysql.cj.exceptions.CJException
exceptionMessage
-
-
构造器概要
构造器 限定符 构造器 说明 PasswordExpiredException()PasswordExpiredException(String message)PasswordExpiredException(String message, Throwable cause)protectedPasswordExpiredException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)PasswordExpiredException(Throwable cause)
-
方法概要
-
从类继承的方法 com.mysql.cj.exceptions.CJException
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCode
-
-