类 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.
    另请参阅:
    序列化表格
    • 构造器详细资料

      • PasswordExpiredException

        public PasswordExpiredException()
      • PasswordExpiredException

        public PasswordExpiredException​(String message)
      • PasswordExpiredException

        public PasswordExpiredException​(String message,
                                        Throwable cause)
      • PasswordExpiredException

        public PasswordExpiredException​(Throwable cause)
      • PasswordExpiredException

        protected PasswordExpiredException​(String message,
                                           Throwable cause,
                                           boolean enableSuppression,
                                           boolean writableStackTrace)