159160161162163164165166167168
{ writerManager.put( element ); } catch ( RuntimeException e ) { throw new StoreUpdateException( e, !newPut ); } } return newPut; }
161162163164165166167168169170