117118119120121122123124125126127
session.update( bk ); tx.commit( ); } catch( cirrus.hibernate.ObjectNotFoundException o ) { throw new ObjectNotFoundException( "Bookmark#" + id + " not found" ); } catch ( HibernateException e ) { rollback( tx ); throw new PersistenceException( e );
202203204205206207208209210211212
return bookmark; } catch( cirrus.hibernate.ObjectNotFoundException o ) { throw new ObjectNotFoundException( "Bookmark#" + id + " not found" ); } catch ( HibernateException e ) { throw new PersistenceException( e ); }