Searched refs:ce (Results 76 - 100 of 500) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DCertificateDialog.java93 private UserDataCertificateException ce; field in class:CertificateDialog
106 * @param ce the UserDataCertificateException we use to get the information
110 public CertificateDialog(JFrame parent, UserDataCertificateException ce) argument
113 this.ce = ce;
275 if (ce.getType() == UserDataCertificateException.Type.NOT_TRUSTED)
278 ce.getHost(), ce.getPort(),
279 ce.getHost(), ce
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java137 catch (ConfigException ce)
139 throw ce;
188 catch (ConfigException ce)
190 throw ce;
216 catch (ConfigException ce)
218 throw ce;
333 catch (ConfigException ce)
335 unacceptableReasons.add(ce.getMessageObject());
464 catch (ConfigException ce)
466 messages.add(ce
[all...]
H A DFIFOEntryCache.java362 CacheEntry ce = iterator.next();
365 HashMap<Long,CacheEntry> m = idMap.get(ce.getBackend());
368 m.remove(ce.getEntryID());
416 CacheEntry ce = iterator.next();
419 HashMap<Long,CacheEntry> m = idMap.get(ce.getBackend());
422 m.remove(ce.getEntryID());
497 CacheEntry ce = iterator.next();
500 HashMap<Long,CacheEntry> m = idMap.get(ce.getBackend());
503 m.remove(ce.getEntryID());
535 CacheEntry ce
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java136 catch (ConfigException ce)
138 throw ce;
187 catch (ConfigException ce)
189 throw ce;
215 catch (ConfigException ce)
217 throw ce;
332 catch (ConfigException ce)
334 unacceptableReasons.add(ce.getMessageObject());
463 catch (ConfigException ce)
465 messages.add(ce
[all...]
H A DFIFOEntryCache.java361 CacheEntry ce = iterator.next();
364 HashMap<Long,CacheEntry> m = idMap.get(ce.getBackend());
367 m.remove(ce.getEntryID());
415 CacheEntry ce = iterator.next();
418 HashMap<Long,CacheEntry> m = idMap.get(ce.getBackend());
421 m.remove(ce.getEntryID());
496 CacheEntry ce = iterator.next();
499 HashMap<Long,CacheEntry> m = idMap.get(ce.getBackend());
502 m.remove(ce.getEntryID());
534 CacheEntry ce
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java137 catch (ConfigException ce)
139 throw ce;
188 catch (ConfigException ce)
190 throw ce;
216 catch (ConfigException ce)
218 throw ce;
333 catch (ConfigException ce)
335 unacceptableReasons.add(ce.getMessageObject());
464 catch (ConfigException ce)
466 messages.add(ce
[all...]
H A DFIFOEntryCache.java362 CacheEntry ce = iterator.next();
365 HashMap<Long,CacheEntry> m = idMap.get(ce.getBackend());
368 m.remove(ce.getEntryID());
416 CacheEntry ce = iterator.next();
419 HashMap<Long,CacheEntry> m = idMap.get(ce.getBackend());
422 m.remove(ce.getEntryID());
497 CacheEntry ce = iterator.next();
500 HashMap<Long,CacheEntry> m = idMap.get(ce.getBackend());
503 m.remove(ce.getEntryID());
535 CacheEntry ce
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java137 catch (ConfigException ce)
139 throw ce;
188 catch (ConfigException ce)
190 throw ce;
216 catch (ConfigException ce)
218 throw ce;
333 catch (ConfigException ce)
335 unacceptableReasons.add(ce.getMessageObject());
464 catch (ConfigException ce)
466 messages.add(ce
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java136 catch (ConfigException ce)
138 throw ce;
187 catch (ConfigException ce)
189 throw ce;
215 catch (ConfigException ce)
217 throw ce;
332 catch (ConfigException ce)
334 unacceptableReasons.add(ce.getMessageObject());
463 catch (ConfigException ce)
465 messages.add(ce
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DRandomPasswordGenerator.java131 catch (ConfigException ce)
133 throw ce;
177 catch (ConfigException ce)
179 throw ce;
201 catch (ConfigException ce)
203 throw ce;
305 catch (ConfigException ce)
307 unacceptableReasons.add(ce.getMessageObject());
407 catch (ConfigException ce)
409 ccr.addMessage(ce
[all...]
H A DSMTPAccountStatusNotificationHandler.java691 catch (ConfigException ce)
693 logger.traceException(ce);
695 unacceptableReasons.add(ce.getMessageObject());
703 catch (ConfigException ce)
705 logger.traceException(ce);
707 unacceptableReasons.add(ce.getMessageObject());
734 catch (ConfigException ce)
736 logger.traceException(ce);
738 ccr.addMessage(ce.getMessageObject());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DInstallDS.java436 catch (final ClientException ce)
438 return printAndReturnErrorCode(ce.getMessageObject());
619 catch (final ClientException ce)
621 logger.error(LocalizableMessage.raw("Unexpected error: "+ce, ce));
622 throw new InitializationException(LocalizableMessage.EMPTY, ce);
1067 catch (final ClientException ce)
1069 logger.warn(LocalizableMessage.raw("Error reading input: "+ce, ce));
1191 catch (final ClientException ce)
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaManager.java91 } catch (ConfigurationException ce) {
92 debug.error("IDFFMetaManager constructor:", ce);
98 } catch (ConfigurationException ce) {
100 + "ConfigurationListener for IDFF Meta service",ce);
106 } catch (COTException ce) {
128 } catch (ConfigurationException ce) {
129 debug.error("IDFFManager:Constructor : ", ce);
130 throw new IDFFMetaException(ce);
213 } catch (ConfigurationException ce) {
214 debug.error("Cannot create entity descriptor",ce);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaManager.java91 } catch (ConfigurationException ce) {
92 debug.error("IDFFMetaManager constructor:", ce);
98 } catch (ConfigurationException ce) {
100 + "ConfigurationListener for IDFF Meta service",ce);
106 } catch (COTException ce) {
128 } catch (ConfigurationException ce) {
129 debug.error("IDFFManager:Constructor : ", ce);
130 throw new IDFFMetaException(ce);
213 } catch (ConfigurationException ce) {
214 debug.error("Cannot create entity descriptor",ce);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java785 catch (CLIException ce)
787 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
834 catch (CLIException ce)
836 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
935 catch (CLIException ce)
938 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
1046 catch (CLIException ce)
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java806 catch (CLIException ce)
808 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
855 catch (CLIException ce)
857 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
956 catch (CLIException ce)
959 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
1067 catch (CLIException ce)
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java759 catch (CLIException ce)
761 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
808 catch (CLIException ce)
810 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
909 catch (CLIException ce)
912 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
1020 catch (CLIException ce)
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java785 catch (CLIException ce)
787 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
834 catch (CLIException ce)
836 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
935 catch (CLIException ce)
938 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
1046 catch (CLIException ce)
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java806 catch (CLIException ce)
808 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
855 catch (CLIException ce)
857 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
956 catch (CLIException ce)
959 logger.log(Level.WARNING, "Error reading input: " + ce, ce);
1067 catch (CLIException ce)
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java336 CachedSMSEntry ce = CachedSMSEntry.getInstance(token, dn);
337 if (ce.isDirty()) {
338 ce.refresh();
340 SMSEntry e = ce.getClonedSMSEntry();
352 ce.refresh(e);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPCommonName.java71 CommonNameElement ce =
80 ce.setCN(dstString);
89 ce.getAltCN().add(dstString);
94 ce.setAnalyzedName(analyzedName);
96 ppType.setCommonName(ce);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java336 CachedSMSEntry ce = CachedSMSEntry.getInstance(token, dn);
337 if (ce.isDirty()) {
338 ce.refresh();
340 SMSEntry e = ce.getClonedSMSEntry();
352 ce.refresh(e);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPCommonName.java71 CommonNameElement ce =
80 ce.setCN(dstString);
89 ce.getAltCN().add(dstString);
94 ce.setAnalyzedName(analyzedName);
96 ppType.setCommonName(ce);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DCliUserInteraction.java142 catch (CLIException ce)
145 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DCliUserInteraction.java143 catch (CLIException ce)
146 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);

Completed in 759 milliseconds

1234567891011>>