4601460246034604460546064607
} public void assertWriteOperation() { if ((_flags & FLAG_ACTIVE) == 0 && (!_nontransWrite || (_autoDetach & DETACH_NONTXREAD) != 0)) throw new NoTransactionException(_loc.get("write-operation")); }
4375437643774378437943804381
} } public void assertActiveTransaction() { if ((_flags & FLAG_ACTIVE) == 0) throw new NoTransactionException(_loc.get("not-active")); }
4395439643974398439944004401
457458459460461462463
/** * Throw an exception if no transaction is active. */ private void assertActiveTransaction() { if (_state.ctx != null && !_state.ctx.isActive()) throw new NoTransactionException(_loc.get("not-active")); }
4532453345344535453645374538
4552455345544555455645574558
4306430743084309431043114312
4326432743284329433043314332
4684468546864687468846894690
4704470547064707470847094710