@Override
public boolean processGlobalListeners()
{
if (!super.processGlobalListeners())
{
RequestAttachedClientEventImpl request = getRequestAttachedClientEvent();
ItsNatSessionImpl session = request.getItsNatSession();
throw new ItsNatException("Remote observer does not exist with session/client id: " + session.getId() + "/" + lostClientId,session);
}
return true;
}