Uses of Class
com.fiap.tech_challenge.parte1.ms_users.exceptions.UserNotFoundException
Packages that use UserNotFoundException
-
Uses of UserNotFoundException in com.fiap.tech_challenge.parte1.ms_users.exceptions
Methods in com.fiap.tech_challenge.parte1.ms_users.exceptions with parameters of type UserNotFoundExceptionModifier and TypeMethodDescriptionGlobalExceptionHandler.handleUserNotFoundException
(UserNotFoundException ex, jakarta.servlet.http.HttpServletRequest request) Handles exceptions when a user resource is not found.