Class InvalidCredentialsException

All Implemented Interfaces:
Serializable

public class InvalidCredentialsException extends AuthenticationActionException
Used when passed credentials are not valid (i.e. user input error).
See Also:
  • Constructor Details

    • InvalidCredentialsException

      public InvalidCredentialsException(String message, String authenticationHandlerName)