protected void exec(WGDatabase db) throws Throwable {
db.checkDatabaseUpdates();
}
};
try {
performDBUpdates.runWithExceptions();
}
catch (Throwable e) {
throw new WGBackendException("Unable to perform db update on transaction commit.", e);
}
return true;