131132133134135136137138139140141
return entityState; } catch( EntityAlreadyExistsException e ) { throw new EntityCompositeAlreadyExistsException( identity ); } catch( EntityStoreException e ) { throw new ConstructionException( "Could not create new entity in store", e ); }
130131132133134135136137138139140