}
} catch (IOException e) {
VoltTable result = PrivateVoltTableFactory.createUninitializedVoltTable();
result = constructResultsTable();
result.addRow(m_hostId, hostname, m_siteId, tableName, -1, "FAILURE", "Unable to load table: " + tableName + " error: " + e.getMessage());
return result;
} catch (VoltTypeException e) {
VoltTable result = PrivateVoltTableFactory.createUninitializedVoltTable();
result = constructResultsTable();
result.addRow(m_hostId, hostname, m_siteId, tableName, -1, "FAILURE", "Unable to load table: " + tableName + " error: " + e.getMessage());