Uses of Class
com.bank.auth_service.exception.InvalidUserCredentialsException
Packages that use InvalidUserCredentialsException
-
Uses of InvalidUserCredentialsException in com.bank.auth_service.exception
Methods in com.bank.auth_service.exception with parameters of type InvalidUserCredentialsExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<MessageHandler> RestExceptionHandler.handlerCredentialsLogin
(InvalidUserCredentialsException ex) Handles InvalidUserCredentialsException and returns a 400 BAD REQUEST response.