-
@ControllerAdvice() public final class ControllerUtilsAdvice
-
-
Constructor Summary
Constructors Constructor Description ControllerUtilsAdvice()
-
Method Summary
Modifier and Type Method Description final ResponseEntity<Object>handleHttpException(HttpClientErrorException ex)-
-
Method Detail
-
handleHttpException
@ExceptionHandler(value = {HttpClientErrorException.class}) final ResponseEntity<Object> handleHttpException(HttpClientErrorException ex)
-
-
-
-