@ExceptionHandler(ProductNotFoundException.class) public String handleException(HttpServletRequest request, ProductNotFoundException exception) { return "product_error"; }