Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 OData Producer(使用 odata4j Java)。在 getEntities() 方法中,我检查提供的实体名称是否存在于元数据文档中。如果名称不存在,我想返回 http 404 错误 - 未找到。
当生产者要返回 EntitiesResponse 对象时,如何返回此错误?构建/返回错误的方式是什么。
目前(从 0.5 版开始),您可以抛出NotFoundException。
希望有帮助, -约翰