Uses of Class
dev.fernando.user_authentication_api.exception.InvalidUserCredentialsException
Packages that use InvalidUserCredentialsException
-
Uses of InvalidUserCredentialsException in dev.fernando.user_authentication_api.exception
Methods in dev.fernando.user_authentication_api.exception with parameters of type InvalidUserCredentialsExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<MessageHandler> RestExceptionHandler.handleInvalidUserCredentials
(InvalidUserCredentialsException ex) Handles InvalidUserCredentialsException and returns a 401 UNAUTHORIZED response.