Uses of Record Class
com.loomcache.springboot.controller.GlobalExceptionHandler.ErrorResponse
Packages that use GlobalExceptionHandler.ErrorResponse
-
Uses of GlobalExceptionHandler.ErrorResponse in com.loomcache.springboot.controller
Methods in com.loomcache.springboot.controller that return types with arguments of type GlobalExceptionHandler.ErrorResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleAccessDenied(org.springframework.security.access.AccessDeniedException ex) Handles authorization failures from method security.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleAuth(AuthenticationException ex) Handles authentication failures.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleBadRequest(IllegalArgumentException ex) Handles bad request errors from illegal arguments.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleClassCast(ClassCastException ex) Handles type mismatch errors in request payloads.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleGeneric(Exception ex) Catch-all handler for unexpected exceptions.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleLoomException(LoomException ex) Handles all other LoomCache-specific exceptions.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleMalformedJson(org.springframework.http.converter.HttpMessageNotReadableException ex) Handles malformed JSON request bodies.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleMethodNotAllowed(org.springframework.web.HttpRequestMethodNotSupportedException ex) Handles unsupported HTTP method errors.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleMissingParam(org.springframework.web.bind.MissingServletRequestParameterException ex) Handles missing required request parameters.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleNotLeader(NotLeaderException ex) Handles requests sent to a non-leader node.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleNumberFormat(NumberFormatException ex) Handles invalid number format in request parameters.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleSecurityAuth(org.springframework.security.core.AuthenticationException ex) Handles Spring Security authentication failures.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleTimeout(TimeoutException ex) Handles operation timeout errors.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleTypeMismatch(org.springframework.web.method.annotation.MethodArgumentTypeMismatchException ex) Handles type mismatch errors in request parameters.org.springframework.http.ResponseEntity<GlobalExceptionHandler.ErrorResponse> GlobalExceptionHandler.handleValidationError(org.springframework.web.bind.MethodArgumentNotValidException ex) Handles bean validation failures from @Valid annotations.