@ExceptionHandler public String handleException(HttpServletRequest request, Exception exception) { return "error"; }