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 TypeClassDescriptionclass400 Bad Request - client sent invalid data or request.classRepresents partial or complete failures in bulk operations.class409 Conflict - database integrity violation (foreign key, non-null, etc.).class409 Conflict - resource already exists or uniqueness constraint violation.class403 Forbidden - authenticated user lacks permissions.classThrown when mapping between DTO and entity fails.class501 Not Implemented - stubbed method not yet supported.class405 Method Not Allowed - operation not supported.class412 Precondition Failed - e.g. conditional request headers not met.class409 Conflict - relationship constraint violation.class404 Not Found - requested resource does not exist.class429 Too Many Requests - rate limiting exceeded.class401 Unauthorized - user must authenticate.