Uses of Class
nl.datasteel.crudcraft.runtime.exception.ForbiddenException
Packages that use ForbiddenException
-
Uses of ForbiddenException in nl.datasteel.crudcraft.runtime.controller
Methods in nl.datasteel.crudcraft.runtime.controller with parameters of type ForbiddenExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ErrorResponse> CrudCraftExceptionHandler.handleForbidden
(ForbiddenException ex, jakarta.servlet.http.HttpServletRequest req) Handles ForbiddenException and returns a 403 Forbidden response.