users@jax-rs-spec.java.net

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

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Fri, 11 Jan 2013 17:57:52 +0100

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 per http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html#throwstag )
Please, let me know if you have any comments.

Marek