Uses of Class
vaultWeb.exceptions.RateLimitExceededException
Packages that use RateLimitExceededException
-
Uses of RateLimitExceededException in vaultWeb.exceptions
Methods in vaultWeb.exceptions with parameters of type RateLimitExceededExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> GlobalExceptionHandler.handleRateLimitExceededException(RateLimitExceededException ex) Handles RateLimitExceededException and returns 429 Limit Exceeded.