startSource(newTableName, newTableId);
}
else
{
_log.error("Unexpected : TableMap Event obtained :" + tme);
throw new DatabusRuntimeException("Unexpected : TableMap Event obtained :" +
" _currTableName = " + _currTableName +
" _curTableId = " + _currTableId +
" newTableName = " + newTableName +
" newTableId = " + newTableId);
}
if (errorTransition)
{
throw new DatabusRuntimeException("TableName and TableId should change simultaneously or not" +
" _currTableName = " + _currTableName +
" _curTableId = " + _currTableId +
" newTableName = " + newTableName +
" newTableId = " + newTableId);
}