333334335336337338339340341342343
} catch ( ParseException e ) { String msg = I18n.err( I18n.ERR_10, aciString ); LOG.error( msg, e ); throw new LdapOperationErrorException( msg ); } tuples.addAll( item.toTuples() ); } }
386387388389390391392393394395396
} catch ( ParseException e ) { String msg = I18n.err( I18n.ERR_11, aciString ); LOG.error( msg, e ); throw new LdapOperationErrorException( msg ); } tuples.addAll( item.toTuples() ); } }
178179180181182183184185186187188
} catch ( ParseException e ) { String msg = I18n.err( I18n.ERR_72, triggerString ); LOG.error( msg, e ); throw new LdapOperationErrorException( msg ); } triggerSpecs.add( item ); } }