Uses of Class
nl.datasteel.crudcraft.runtime.exception.CrudCraftRuntimeException
Packages that use CrudCraftRuntimeException
Package
Description
-
Uses of CrudCraftRuntimeException in nl.datasteel.crudcraft.runtime.controller
Methods in nl.datasteel.crudcraft.runtime.controller with parameters of type CrudCraftRuntimeExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ErrorResponse> CrudCraftExceptionHandler.handleCrudCraftErrors
(CrudCraftRuntimeException ex, jakarta.servlet.http.HttpServletRequest req) Handles CrudCraftRuntimeException and returns a 500 Internal Server Error response. -
Uses of CrudCraftRuntimeException in nl.datasteel.crudcraft.runtime.exception
Subclasses of CrudCraftRuntimeException in nl.datasteel.crudcraft.runtime.exceptionModifier and TypeClassDescriptionclass
400 Bad Request - client sent invalid data or request.class
Represents partial or complete failures in bulk operations.class
409 Conflict - database integrity violation (foreign key, non-null, etc.).class
409 Conflict - resource already exists or uniqueness constraint violation.class
403 Forbidden - authenticated user lacks permissions.class
Thrown when mapping between DTO and entity fails.class
501 Not Implemented - stubbed method not yet supported.class
405 Method Not Allowed - operation not supported.class
412 Precondition Failed - e.g. conditional request headers not met.class
409 Conflict - relationship constraint violation.class
404 Not Found - requested resource does not exist.class
429 Too Many Requests - rate limiting exceeded.class
401 Unauthorized - user must authenticate.