logger.log(Level.FINE,"test case " + (counter++)
+ ": IOException thrown from FakeArgument.readObject()");
logger.log(Level.FINE,"");
// initialize FakeInboundRequest
Object[] args = { new FakeArgument(null, new IOException()) };
request = new FakeInboundRequest(methodHash,args,0x00,0x00);
// call dispatch and verify the proper result
dispatcher.dispatch(impl,request,context);
response = request.getResponseStream();