Uses of Class
com.bank.auth_service.exception.UserNotFoundException
Packages that use UserNotFoundException
-
Uses of UserNotFoundException in com.bank.auth_service.exception
Methods in com.bank.auth_service.exception with parameters of type UserNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<MessageHandler> RestExceptionHandler.handlerUserNotFound
(UserNotFoundException ex) Handles UserNotFoundException and returns a 404 NOT FOUND response.