true
100101102103104105106107108109110
commit = false; } catch (Throwable ex) { throwable = ex; } if (commit) { if (context.commit()) { if (throwable != null) { throw throwable; } else { return; }
151152153154155156157158159160161