Class PasswordExpiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mysql.cj.exceptions.CJException
com.mysql.cj.exceptions.PasswordExpiredException
All Implemented Interfaces:
java.io.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