221222223224225226227228
try { reader.close(); writer.close(); } catch (final IOException e) { logFailure(); throw new RemotingException(e); } }