166167168169170171172173174175176
detail.setTModelVector(tModelVector); return detail; } catch(UnsupportedException suppex) { try { dataStore.rollback(); } catch(Exception e) { } log.info(suppex); throw (RegistryException)suppex; } catch(InvalidKeyPassedException ikpex) {
172173174175176177178179180181182
log.info(suppex); throw (RegistryException)suppex; } catch(InvalidKeyPassedException ikpex) { try { dataStore.rollback(); } catch(Exception e) { } log.info(ikpex); throw (RegistryException)ikpex; } catch(UserMismatchException umex) {
178179180181182183184185186187188
log.info(ikpex); throw (RegistryException)ikpex; } catch(UserMismatchException umex) { try { dataStore.rollback(); } catch(Exception e) { } log.info(umex); throw (RegistryException)umex; } catch(RegistryException regex) {
184185186187188189190191192193194
log.info(umex); throw (RegistryException)umex; } catch(RegistryException regex) { try { dataStore.rollback(); } catch(Exception e) { } log.error(regex); throw (RegistryException)regex; } catch(Exception ex) {
190191192193194195196197198199200
log.error(regex); throw (RegistryException)regex; } catch(Exception ex) { try { dataStore.rollback(); } catch(Exception e) { } log.error(ex); throw new RegistryException(ex); } finally {
7374757677787980818283
subs.setOperator(Config.getOperator()); return subs; } catch(InvalidKeyPassedException ex) { try { dataStore.rollback(); } catch(Exception e) { } log.info(ex); throw (RegistryException)ex; } catch(UnsupportedException ex) {
7980818283848586878889
log.info(ex); throw (RegistryException)ex; } catch(UnsupportedException ex) { try { dataStore.rollback(); } catch(Exception e) { } log.info(ex); throw (RegistryException)ex; } catch(ResultSetTooLargeException ex) {
8586878889909192939495
log.info(ex); throw (RegistryException)ex; } catch(ResultSetTooLargeException ex) { try { dataStore.rollback(); } catch(Exception e) { } log.info(ex); throw (RegistryException)ex; } catch(AccountLimitExceededException ex) {
919293949596979899100101
log.info(ex); throw (RegistryException)ex; } catch(AccountLimitExceededException ex) { try { dataStore.rollback(); } catch(Exception e) { } log.info(ex); throw (RegistryException)ex; } catch(UserMismatchException ex) {
979899100101102103104105106107
log.info(ex); throw (RegistryException)ex; } catch(UserMismatchException ex) { try { dataStore.rollback(); } catch(Exception e) { } log.info(ex); throw (RegistryException)ex; } catch(RequestDeniedException ex) {