*/
@Test(expected=EventDeliveryException.class)
public void testThrowingServerSimple() throws FlumeException,
EventDeliveryException {
RpcTestUtils.handlerSimpleAppendTest(new ThrowingAvroHandler());
logger.severe("Throwing: I should never have gotten here!");
}