-
- All Implemented Interfaces:
@Order(value = 0)@ControllerAdvice() public final class GeneralApiExceptionHandler extends ResponseEntityExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description GeneralApiExceptionHandler()
-
Method Summary
Modifier and Type Method Description final ResponseEntity<Object>handleGeneralApiError(GeneralApiException ex)-
-
Method Detail
-
handleGeneralApiError
@ExceptionHandler(value = {GeneralApiException.class}) final ResponseEntity<Object> handleGeneralApiError(GeneralApiException ex)
-
-
-
-