298299300301302303304
} catch (TransactionException e) { throw e; } catch (Exception e) { throw new TransactionException(e); } this.lock = new Lock(currentVersion); }