Java Gateway interface improved exception handling
authorBill Erickson <berick@esilibrary.com>
Fri, 16 Mar 2012 13:56:13 +0000 (09:56 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 2 May 2012 20:23:54 +0000 (16:23 -0400)
commitd7d8923e98a91c070668a529957d7ee7033529a7
tree7904db433ea384c67192a9964db21311ef4fe8d1
parentad253eb0d67098b69c71141061563b1802f33f97
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