ex.add(oe);
}
catch (final Throwable t)
{
LOG.log(Level.WARNING, "Error reading configuration: "+t, t);
OfflineUpdateException oue = new OfflineUpdateException(
ERR_READING_CONFIG_LDAP.get(t.getMessage().toString()), t);
ex.add(oue);
}
if (ex.size() > 0)