Searched refs:ne (Results 151 - 175 of 358) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/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-hg/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java313 catch (NumberFormatException ne)
317 ne.getLocalizedMessage()));
334 catch (NumberFormatException ne)
338 ne.getLocalizedMessage()));
/forgerock/opendj2-jel-hg/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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java659 catch (NamingException ne)
661 throw new OnlineUpdateException(ERR_READING_SCHEMA_LDAP.get(ne), ne);
919 catch (NamingException ne)
921 ex.add(new OnlineUpdateException(ERR_READING_CONFIG_LDAP.get(ne.getMessage()), ne));
963 catch (NamingException ne)
965 ex.add(new OnlineUpdateException(ERR_READING_CONFIG_LDAP.get(ne.getMessage()), ne));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DSubentryPasswordPolicy.java301 catch (NumberFormatException ne)
305 ne.getLocalizedMessage()));
322 catch (NumberFormatException ne)
326 ne.getLocalizedMessage()));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSPAuthenticationContextInfo.java86 } catch (NumberFormatException ne) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSPAuthenticationContextInfo.java86 } catch (NumberFormatException ne) {
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1766 catch (NamingException ne)
1769 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
1771 ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
1902 catch (NamingException ne)
1905 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
1907 ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
2401 catch (NamingException ne)
2404 if (Utils.isCertificateException(ne))
2407 getHostPort(server), ne.toString(true));
2412 getHostPort(server), ne
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1834 catch (NamingException ne)
1837 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
1839 ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
1974 catch (NamingException ne)
1977 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
1979 ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
2473 catch (NamingException ne)
2476 if (Utils.isCertificateException(ne))
2479 getHostPort(server), ne.toString(true));
2484 getHostPort(server), ne
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1834 catch (NamingException ne)
1837 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
1839 ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
1974 catch (NamingException ne)
1977 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
1979 ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
2473 catch (NamingException ne)
2476 if (Utils.isCertificateException(ne))
2479 getHostPort(server), ne.toString(true));
2484 getHostPort(server), ne
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1766 catch (NamingException ne)
1769 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
1771 ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
1902 catch (NamingException ne)
1905 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
1907 ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
2401 catch (NamingException ne)
2404 if (Utils.isCertificateException(ne))
2407 getHostPort(server), ne.toString(true));
2412 getHostPort(server), ne
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1888 catch (NamingException ne)
1891 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
1893 ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
2028 catch (NamingException ne)
2031 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
2033 ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
2525 catch (NamingException ne)
2528 if (Utils.isCertificateException(ne))
2531 getHostPort(server), ne.toString(true));
2536 getHostPort(server), ne
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java1606 catch (NamingException ne)
1608 LocalizableMessage failedMsg = getThrowableMsg(INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
1609 throw new ApplicationException(ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
1729 catch (NamingException ne)
1731 LocalizableMessage failedMsg = getThrowableMsg(INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
1732 throw new ApplicationException(ReturnCode.CONFIGURATION_ERROR, failedMsg, ne);
2162 catch (NamingException ne)
2165 if (isCertificateException(ne))
2167 msg = INFO_ERROR_READING_CONFIG_LDAP_CERTIFICATE_SERVER.get(getHostPort(server), ne.toString(true));
2171 msg = INFO_CANNOT_CONNECT_TO_REMOTE_GENERIC.get(getHostPort(server), ne
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java1210 catch (NamingException ne)
1212 LOG.log(Level.WARNING, "Error connecting to server: "+ne, ne);
1213 if (Utils.isCertificateException(ne))
1215 String details = ne.getMessage() != null ?
1216 ne.getMessage() : ne.toString();
1223 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
/forgerock/opendj2/resource/bin/
H A Dstart-ds73 if test ${RETURN_CODE} -ne 0
/forgerock/opendj-b2.6/resource/bin/
H A Dstart-ds74 if test ${RETURN_CODE} -ne 0
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java1209 catch (NamingException ne)
1211 LOG.log(Level.WARNING, "Error connecting to server: "+ne, ne);
1212 if (Utils.isCertificateException(ne))
1214 String details = ne.getMessage() != null ?
1215 ne.getMessage() : ne.toString();
1222 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjndi/
H A DsaslSearchClient.java254 } catch (NamingException ne) {
255 ne.printStackTrace();
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjndi/
H A DsaslSearchClient.java253 } catch (NamingException ne) {
254 ne.printStackTrace();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java1210 catch (NamingException ne)
1212 LOG.log(Level.WARNING, "Error connecting to server: "+ne, ne);
1213 if (Utils.isCertificateException(ne))
1215 String details = ne.getMessage() != null ?
1216 ne.getMessage() : ne.toString();
1223 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
/forgerock/opendj2.6.2/resource/bin/
H A Dstart-ds74 if test ${RETURN_CODE} -ne 0
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjndi/
H A DsaslSearchClient.java254 } catch (NamingException ne) {
255 ne.printStackTrace();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java1209 catch (NamingException ne)
1211 LOG.log(Level.WARNING, "Error connecting to server: "+ne, ne);
1212 if (Utils.isCertificateException(ne))
1214 String details = ne.getMessage() != null ?
1215 ne.getMessage() : ne.toString();
1222 INFO_ERROR_CONNECTING_TO_LOCAL.get(), ne);
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjndi/
H A DsaslSearchClient.java254 } catch (NamingException ne) {
255 ne.printStackTrace();
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjndi/
H A DsaslSearchClient.java253 } catch (NamingException ne) {
254 ne.printStackTrace();

Completed in 475 milliseconds

1234567891011>>