Searched refs:ne (Results 126 - 150 of 358) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java105 } catch (NumberFormatException ne) {
107 "Count", ne);
260 } catch (NumberFormatException ne) {
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/client/ldap/
H A DMockLDAPConnection.java266 NamingEnumeration<?> ne = attr.getAll();
267 while (ne.hasMore()) {
268 actualValues.add(ne.next().toString());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java105 } catch (NumberFormatException ne) {
107 "Count", ne);
260 } catch (NumberFormatException ne) {
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DApplication.java659 catch (NamingException ne)
662 if (Utils.isCertificateException(ne))
665 server.getHostPort(true), ne.toString(true));
670 server.getHostPort(true), ne.toString(true));
673 ne);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DApplication.java660 catch (NamingException ne)
663 if (Utils.isCertificateException(ne))
666 server.getHostPort(true), ne.toString(true));
671 server.getHostPort(true), ne.toString(true));
674 ne);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DApplication.java660 catch (NamingException ne)
663 if (Utils.isCertificateException(ne))
666 server.getHostPort(true), ne.toString(true));
671 server.getHostPort(true), ne.toString(true));
674 ne);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DApplication.java659 catch (NamingException ne)
662 if (Utils.isCertificateException(ne))
665 server.getHostPort(true), ne.toString(true));
670 server.getHostPort(true), ne.toString(true));
673 ne);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DApplication.java640 catch (NamingException ne)
643 if (Utils.isCertificateException(ne))
646 server.getHostPort(true), ne.toString(true));
651 server.getHostPort(true), ne.toString(true));
654 ne);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DApplication.java659 catch (NamingException ne)
662 if (isCertificateException(ne))
665 server.getHostPort(true), ne.toString(true));
670 server.getHostPort(true), ne.toString(true));
673 ne);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java292 catch (NamingException ne)
295 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
352 catch (NamingException ne)
355 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
H A DNewSchemaElementsTask.java360 catch (NamingException ne)
363 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
404 catch (NamingException ne)
407 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java291 catch (NamingException ne)
294 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
351 catch (NamingException ne)
354 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
H A DNewSchemaElementsTask.java359 catch (NamingException ne)
362 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
403 catch (NamingException ne)
406 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java292 catch (NamingException ne)
295 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
352 catch (NamingException ne)
355 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
H A DNewSchemaElementsTask.java360 catch (NamingException ne)
363 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
404 catch (NamingException ne)
407 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java291 catch (NamingException ne)
294 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
351 catch (NamingException ne)
354 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
H A DNewSchemaElementsTask.java359 catch (NamingException ne)
362 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
403 catch (NamingException ne)
406 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java292 catch (NamingException ne)
295 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
352 catch (NamingException ne)
355 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
H A DNewSchemaElementsTask.java360 catch (NamingException ne)
363 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
404 catch (NamingException ne)
407 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne.toString()), ne);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java273 catch (NamingException ne)
276 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne), ne);
335 catch (NamingException ne)
338 ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA.get(ne), ne);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DServerLoader.java208 catch (NamingException ne)
211 "NamingException error reading server: "+getLastLdapUrl(), ne));
216 type, ne, trustManager, getLastLdapUrl());
/forgerock/opendj2/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java313 catch (NumberFormatException ne)
317 ne.getLocalizedMessage()));
334 catch (NumberFormatException ne)
338 ne.getLocalizedMessage()));
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java587 catch (NamingException ne)
590 ERR_READING_SCHEMA_LDAP.get(ne.toString()), ne);
839 catch (NamingException ne)
842 ERR_READING_CONFIG_LDAP.get(ne.getMessage().toString()), ne);
886 catch (NamingException ne)
889 ERR_READING_CONFIG_LDAP.get(ne.getMessage().toString()), ne);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java586 catch (NamingException ne)
589 ERR_READING_SCHEMA_LDAP.get(ne.toString()), ne);
838 catch (NamingException ne)
841 ERR_READING_CONFIG_LDAP.get(ne.getMessage().toString()), ne);
885 catch (NamingException ne)
888 ERR_READING_CONFIG_LDAP.get(ne.getMessage().toString()), ne);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java587 catch (NamingException ne)
590 ERR_READING_SCHEMA_LDAP.get(ne.toString()), ne);
839 catch (NamingException ne)
842 ERR_READING_CONFIG_LDAP.get(ne.getMessage().toString()), ne);
886 catch (NamingException ne)
889 ERR_READING_CONFIG_LDAP.get(ne.getMessage().toString()), ne);

Completed in 76 milliseconds

1234567891011>>