Uses of Class
nl.datasteel.crudcraft.runtime.exception.TooManyRequestsException
Packages that use TooManyRequestsException
-
Uses of TooManyRequestsException in nl.datasteel.crudcraft.runtime.controller
Methods in nl.datasteel.crudcraft.runtime.controller with parameters of type TooManyRequestsExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ErrorResponse> CrudCraftExceptionHandler.handleTooManyRequests
(TooManyRequestsException ex, jakarta.servlet.http.HttpServletRequest req) Handles TooManyRequestsException and returns a 429 Too Many Requests response.