How can I handle exception thrown in Filter? @ExceptionHandler in Controller is not involve exceptions from a filter. What is happen when Filter throw an error?
@ExceptionHandler