Uses of Class
vaultWeb.exceptions.notfound.UserNotFoundException
Packages that use UserNotFoundException
-
Uses of UserNotFoundException in vaultWeb.exceptions
Methods in vaultWeb.exceptions with parameters of type UserNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> GlobalExceptionHandler.handleUserNotFound(UserNotFoundException ex) Handles UserNotFoundException and returns 404 Not Found.