Package 

Class ControllerUtilsAdvice

    • Method Summary

      Modifier and Type Method Description
      final ResponseEntity<Object> handleHttpException(HttpClientErrorException ex)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ControllerUtilsAdvice

        ControllerUtilsAdvice()
    • Method Detail

      • handleHttpException

        @ExceptionHandler(value = {HttpClientErrorException.class}) final ResponseEntity<Object> handleHttpException(HttpClientErrorException ex)