jsr339-experts@jax-rs-spec.java.net

[jsr339-experts] Re: [jax-rs-spec users] Re: String message in our exceptions

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Wed, 30 Jan 2013 11:21:57 +0100

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