Uses of Class
nl.datasteel.crudcraft.runtime.exception.ResourceNotFoundException
Packages that use ResourceNotFoundException
-
Uses of ResourceNotFoundException in nl.datasteel.crudcraft.runtime.controller
Methods in nl.datasteel.crudcraft.runtime.controller with parameters of type ResourceNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ErrorResponse> CrudCraftExceptionHandler.handleNotFound
(ResourceNotFoundException ex, jakarta.servlet.http.HttpServletRequest req) Handles ResourceNotFoundException and returns a 404 Not Found response.