我有一个用@ControllerAdvice注释的类,其中有这个方法:@ExceptionHandler(ResourceNotFoundException.class)@ResponseStatus(HttpStatus.NOT_FOUND)@ResponseBodypublicExceptionInforesourceNotFoundHandler(ResourceNotFoundExceptionex){Listerrors=newArrayList();errors.add(newErrorContent(ExceptionsCodes.NOT_FOUND_CODE,null,