103104105106107108109110111112113
assertions.setPublisherAssertionVector(savedAssertionsVector); return assertions; } catch(InvalidKeyPassedException ivkex) { try { dataStore.rollback(); } catch(Exception e) { } log.error(ivkex); throw (RegistryException)ivkex; } catch(RegistryException regex) {
109110111112113114115116117118119
log.error(ivkex); throw (RegistryException)ivkex; } catch(RegistryException regex) { try { dataStore.rollback(); } catch(Exception e) { } log.error(regex); throw (RegistryException)regex; } catch(Exception ex) {
115116117118119120121122123124125
log.error(regex); throw (RegistryException)regex; } catch(Exception ex) { try { dataStore.rollback(); } catch(Exception e) { } log.error(ex); throw new RegistryException(ex); } finally {
7273747576777879808182
dataStore.commit(); } catch(InvalidKeyPassedException ex) { try { dataStore.rollback(); } catch(Exception e) { } log.info(ex); throw (RegistryException)ex; } catch(UserMismatchException ex) {
7879808182838485868788
log.info(ex); throw (RegistryException)ex; } catch(UserMismatchException ex) { try { dataStore.rollback(); } catch(Exception e) { } log.info(ex); throw (RegistryException)ex; } catch(RegistryException regex) {
8485868788899091929394
log.info(ex); throw (RegistryException)ex; } catch(RegistryException regex) { try { dataStore.rollback(); } catch(Exception e) { } log.error(regex); throw (RegistryException)regex; } catch(Exception ex) {
90919293949596979899100
detail.setOperator(Config.getOperator()); return detail; } catch(InvalidKeyPassedException keyex) { try { dataStore.rollback(); } catch(Exception e) { } log.info(keyex.getMessage()); throw (RegistryException)keyex; } catch(RegistryException regex) {
96979899100101102103104105106
log.info(keyex.getMessage()); throw (RegistryException)keyex; } catch(RegistryException regex) { try { dataStore.rollback(); } catch(Exception e) { } log.error(regex); throw (RegistryException)regex; } catch(Exception ex) {
102103104105106107108109110111112