Exception Handling in Spring MVC

note:

ExceptionHandler: controller level
ExceptionResolver: binding exception with status code
ControllerAdvice: global level

Reference