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プロデューサーを持っています(odata4j Javaを使用)。getEntities()メソッドで、指定されたエンティティ名がメタデータドキュメントに存在することを確認します。名前が存在しない場合は、http404エラーを返したい-見つかりません。
プロデューサーがEntitiesResponseオブジェクトを返す予定の場合、このエラーを返すにはどうすればよいですか?エラーを作成/返す方法は何ですか。
現在(バージョン0.5以降)、NotFoundExceptionをスローできます。
お役に立てば幸いです -ジョン