private UpdateSet waitForUpdates() throws Exception {
UpdateSet updateSet;
PropertyCollector pc = VcContext.getService().getPropertyCollector();
logger.debug("waitForUpdates");
updateSet = pc.waitForUpdatesEx(currentVersion, waitForUpdateOptions);
return updateSet;
}
/**
* Returns true if the exception received in innerWaitForEventsLoop() could