}
} catch (SQLException e) {
LOG.error("Fail to copy table " + table, e);
throw new IllegalStateException("Fail to copy table " + table, e);
} finally {
watch.stop(" " + count + " rows of " + table + " copied");
DbUtils.closeQuietly(destStatement);
DbUtils.closeQuietly(destResultSet);
DbUtils.closeQuietly(destConnection);
DbUtils.closeQuietly(sourceResultSet);
DbUtils.closeQuietly(sourceStatement);