Exception support for CollectionProviders
-----------------------------------------
Key: ABDERA-73
URL: https://issues.apache.org/jira/browse/ABDERA-73
Project: Abdera
Issue Type: Improvement
Reporter: Dan Diephouse
CollectionProviders need a way to throw exceptions and get errors back to the
user. This patch introduces some changes along those lines so you can do things
like:
throw new ResponseContextException(404);
throw new ResponseContextException(new EmptyResponseContext(...), cause);
etc, etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.