JavaScript is disabled on your browser.
MySQL Connector/J Reference v8.0.33
All Implemented Interfaces:
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.
See Also:
Serialized Form
Field Summary
Fields
Modifier and Type
Field and Description
private static long
serialVersionUID
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
Constructor Detail
PasswordExpiredException
protected PasswordExpiredException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
MySQL Connector/J Reference v8.0.33
Copyright © 2016, 2023, Oracle and/or its affiliates.