【发布时间】:2016-03-08 13:46:27
【问题描述】:
我目前正在开发REST 服务并为以下所有内容抛出BadRequestException,
1. Path parameter is invalid
2. Query parameter is invalid
4. Input request object has missing attributes
对于每种情况是否有任何特定的例外情况,例如 InvalidParameterException 等等..?是否有任何文档可用于了解在什么情况下应该抛出哪些异常?
【问题讨论】:
-
Rest 客户端抛出异常。你用过 spring RestTemplate 之类的库吗?
标签: java rest exception jersey throw