final IDataSet dataSet = DataSetUtils.excludeTables(connection.createDataSet(), tablesToExclude);
new TransactionOperation(DatabaseOperation.DELETE_ALL).execute(connection, dataSet);
}
catch (Exception e)
{
throw new DBUnitDataSetHandlingException("Unable to clean database.", e);
}
}