Class InactiveUserAuthenticationException

All Implemented Interfaces:
Serializable

public class InactiveUserAuthenticationException extends AuthenticationException
A specialisation of AuthenticationException, thrown to indicate the user cannot be authenticated because their account is no longer active.
See Also:
  • Constructor Details

    • InactiveUserAuthenticationException

      public InactiveUserAuthenticationException(@Nonnull KeyedMessage message)