Uses of Class
nl.datasteel.crudcraft.runtime.exception.OperationNotAllowedException
Packages that use OperationNotAllowedException
-
Uses of OperationNotAllowedException in nl.datasteel.crudcraft.runtime.controller
Methods in nl.datasteel.crudcraft.runtime.controller with parameters of type OperationNotAllowedExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ErrorResponse> CrudCraftExceptionHandler.handleMethodNotAllowed
(OperationNotAllowedException ex, jakarta.servlet.http.HttpServletRequest req) Handles MethodNotAllowedException and returns a 405 Method Not Allowed response.