failAutoTransaction();
throw cjuex;
} catch (ClusterJException cjex) {
failAutoTransaction();
logger.error(local.message("ERR_Insert", storeTable.getName()));
throw new ClusterJException(
local.message("ERR_Insert", storeTable.getName()), cjex);
} catch (RuntimeException rtex) {
failAutoTransaction();
logger.error(local.message("ERR_Insert", storeTable.getName()));
throw new ClusterJException(
local.message("ERR_Insert", storeTable.getName()), rtex);
}
endAutoTransaction();
return op;
}