Uses of Class
com.markvarga21.studentmanager.exception.UserNotFoundException
Packages that use UserNotFoundException
Package
Description
This package contains custom exception handlers.
-
Uses of UserNotFoundException in com.markvarga21.studentmanager.exception.handler
Methods in com.markvarga21.studentmanager.exception.handler with parameters of type UserNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ApplicationExceptionHandler.handleUserNotFoundException
(UserNotFoundException ex) Handles if the user cannot be found in the database.