]> git.evergreen-ils.org Git - OpenSRF.git/commit
Java Gateway interface improved exception handling
authorBill Erickson <berick@esilibrary.com>
Fri, 16 Mar 2012 13:56:13 +0000 (09:56 -0400)
committerDan Scott <dscott@laurentian.ca>
Sun, 29 Apr 2012 18:22:44 +0000 (14:22 -0400)
commitb4c8d84b00e23084a0ea47c0d9b00ac291efb047
treeaff72b1f19cc1c7317241ad8452676489287f99d
parent1a12279baf16fa32e931d932a7043396217288f1
Java Gateway interface improved exception handling

Handle any exceptions that should not reasonably occur in normal
operation under the covers.  Bubble the rest up.  Update test code with
examples.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
src/java/org/opensrf/net/http/GatewayRequest.java
src/java/org/opensrf/net/http/HttpConnection.java
src/java/org/opensrf/net/http/HttpRequest.java
src/java/org/opensrf/net/http/HttpRequestHandler.java
src/java/org/opensrf/test/TestGateway.java