ConnectionListener l = (ConnectionListener)i.next();
try
{
log.debug(this + " forwarding remoting failure \"" + throwable + "\" to " + l);
l.handleConnectionException(throwable, client);
}
catch(Exception e)
{
log.warn("Failed to forward " + throwable + " to " + l, e);
}