Uses of Class
nl.datasteel.crudcraft.runtime.exception.PreconditionFailedException
Packages that use PreconditionFailedException
-
Uses of PreconditionFailedException in nl.datasteel.crudcraft.runtime.controller
Methods in nl.datasteel.crudcraft.runtime.controller with parameters of type PreconditionFailedExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ErrorResponse> CrudCraftExceptionHandler.handlePreconditionFailed
(PreconditionFailedException ex, jakarta.servlet.http.HttpServletRequest req) Handles PreconditionFailedException and returns a 412 Precondition Failed response.