I guess my response to these requests is already predictable: please file a Jira issue in case you haven't done so yet.
Marek
On Jan 25, 2013, at 4:22 PM, Sergey Beryozkin <sberyozkin_at_talend.com> wrote:
> On 25/01/13 14:53, Bill Burke wrote:
>> I've been finding I've been doing this a lot because the JAX-RS
>> exception classes don't allow you to set a message:
>>
>> new BadRequestException(new Exception("You did something really bad"));
>>
>> Can we add String parameter options to the exception hierarchy?
> +1
>
> Sergey