users@jax-rs-spec.java.net

[jax-rs-spec users] [jsr339-experts] Re: Exception unification proposal

From: Sergey Beryozkin <sberyozkin_at_talend.com>
Date: Sun, 13 Jan 2013 18:01:39 +0000

On 11/01/13 16:57, Marek Potociar wrote:
> Hello experts,
>
> I've just committed my proposal resolving the issue
> http://java.net/jira/browse/JAX_RS_SPEC-257.
>
> Here's the change outline:
>
> - separate ClientException& MessageProcessingException removed& replaced with common ProcessingException
> - added client-side ResponseProcessingException (extends ProcessingException)
> - updated client-side javadoc
> - fixed API method signatures to not declare runtime exceptions in throws clause, only in javadoc (as perhttp://www.oracle.com/technetwork/java/javase/documentation/index-137868.html#throwstag )
>
> Please, let me know if you have any comments.

How are exceptions to do with the client side write and connect issues
are to be represented ?

Sergey
>
> Marek