Class VectorsControllerConfiguration.IllegalStateVectorsExceptionHandler
-
- All Implemented Interfaces:
-
org.springframework.beans.factory.Aware,org.springframework.context.MessageSourceAware
@RestControllerAdvice(basePackageClasses = {VectorBucketController.class}) public final class VectorsControllerConfiguration.IllegalStateVectorsExceptionHandler extends ResponseEntityExceptionHandler
-
-
Field Summary
Fields Modifier and Type Field Description private MessageSourcemessageSource
-
Constructor Summary
Constructors Constructor Description VectorsControllerConfiguration.IllegalStateVectorsExceptionHandler()
-
Method Summary
Modifier and Type Method Description final ResponseEntity<VectorsErrorResponse>handleIllegalState(IllegalStateException ex)-
-
Method Detail
-
handleIllegalState
@ExceptionHandler(value = {IllegalStateException.class}) final ResponseEntity<VectorsErrorResponse> handleIllegalState(IllegalStateException ex)
-
-
-
-