throw new Exception("Table '" + tableToWatch + "' was not found in the list of tables to be processed");
tableToWatch.setReplKey((long)i);
buf.append(" <attribute id='").append(tableToWatch.getConfigKey()).append("'>").append(tableToWatch.getConfigValue()).append("</attribute>\n");
if (!removed.getIdentity().equalsIgnoreCase(tableName))
throw new Exception("An inconsistency aroze when trying to determine the correct loading sequence for tables. Failed for *" + sqlDesc[i-count].toXml("") + "' but has removed '" + removed.toXml(""));
}
}
sweepCount++;
if (sweepCount >= maxSweepCount) {
StringBuffer exBuf = new StringBuffer();