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