Skip to content

Commit

Permalink
rfe10621: improve HTTP layer exception handling
Browse files Browse the repository at this point in the history
<release-note>
rfe10621: improve HTTP layer exception handling

With this change, the Java client's HTTP layer houses its exceptions
in a com.franz.agraph.http.exception package, and throws subclasses
of AGHttpException to higher layers such as the repository and jena
packages.
</release-note>

make prepush passes
make javadoc runs clean
ant tutorial runs
ant jena-tutorial runs
ant jena-compliance-tests pass

Change-Id: I1434237a12786f7ba3b531f38e70d6a1b229441b
Reviewed-on: https://gerrit.franz.com:9080/1556
Reviewed-by: Kevin Layer <layer@franz.com>
Tested-by: Kevin Layer <layer@franz.com>
  • Loading branch information
Bill Millar authored and dklayer committed Nov 3, 2011
1 parent ab1556e commit 7c5e955
Show file tree
Hide file tree
Showing 38 changed files with 597 additions and 788 deletions.
74 changes: 0 additions & 74 deletions src/com/franz/agraph/http/AGErrorInfo.java

This file was deleted.

80 changes: 0 additions & 80 deletions src/com/franz/agraph/http/AGErrorType.java

This file was deleted.

Loading

0 comments on commit 7c5e955

Please sign in to comment.