* @throws Exception
*/
public void start(int depth) throws Exception {
if (!resumable) {
DbUpdater clearDbUpdater = createDbUpdater();
if (clearDbUpdater != null) {
clearDbUpdater.clearHistory();
}
if (seeds.isEmpty()) {
LogUtils.getLogger().info("error:Please add at least one seed");
return;