try {
Properties props =
createProperties(
StandardProperties.APP_NAME, APP_NAME,
SimpleSgsProtocolAcceptor.DISCONNECT_DELAY_PROPERTY, "199");
new ClientSessionServiceImpl(
props, serverNode.getSystemRegistry(),
serverNode.getProxy());
fail("Expected IllegalArgumentException");
} catch (IllegalArgumentException e) {
System.err.println(e);