Class ClosedOnExpiredPasswordException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mysql.cj.exceptions.CJException
com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
All Implemented Interfaces:
java.io.Serializable

public class ClosedOnExpiredPasswordException
extends CJException
Equivalent to SQLSTATE ER_MUST_CHANGE_PASSWORD_LOGIN = 1862 "Your password has expired. To log in you must change it using a client that supports expired passwords." Server closes connection when this failure happens.
See Also:
Serialized Form