Class AccountPasswordMustChangeException

All Implemented Interfaces:
Serializable

public class AccountPasswordMustChangeException extends CredentialExpiredException
Describes an authentication error condition where a user account's password must change before login.
Since:
4.0.0
See Also:
  • Constructor Details

    • AccountPasswordMustChangeException

      public AccountPasswordMustChangeException(String msg)
      Instantiates a new account password must change exception.
      Parameters:
      msg - the msg
    • AccountPasswordMustChangeException

      public AccountPasswordMustChangeException()