Class AccountPasswordMustChangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- javax.security.auth.login.LoginException
-
- javax.security.auth.login.CredentialException
-
- javax.security.auth.login.CredentialExpiredException
-
- org.apereo.cas.authentication.exceptions.AccountPasswordMustChangeException
-
- All Implemented Interfaces:
java.io.Serializable
public class AccountPasswordMustChangeException extends javax.security.auth.login.CredentialExpiredExceptionDescribes an authentication error condition where a user account's password must change before login.- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountPasswordMustChangeException(java.lang.String msg)Instantiates a new account password must change exception.
-