I am facing issues while handling HTTP exception in case of REST implementation I want to display my custom Message to user in case of generic HTTP exception. Trying to implement it using @ExceptionHandler annotation in controller advice, but that does not solve the problem. I was looking into DefaultHandlerExceptionResolver but did not find any useful working example on the Net.I am facing issues while handling HTTP exceptio