Searched refs:ce (Results 101 - 125 of 500) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DCliUserInteraction.java143 catch (CLIException ce)
146 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
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-hg/src/quicksetup/org/opends/quicksetup/
H A DCliUserInteraction.java142 catch (CLIException ce)
145 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
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-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DCliUserInteraction.java143 catch (CLIException ce)
146 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DCliUserInteraction.java136 catch (ClientException ce)
139 logger.warn(LocalizableMessage.raw("Error reading input: "+ce, ce));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DFIFOEntryCache.java295 CacheEntry ce = iterator.next();
298 Map<Long,CacheEntry> m = idMap.get(ce.getBackendID());
301 m.remove(ce.getEntryID());
349 CacheEntry ce = iterator.next();
352 Map<Long,CacheEntry> m = idMap.get(ce.getBackendID());
355 m.remove(ce.getEntryID());
420 CacheEntry ce = iterator.next();
423 Map<Long,CacheEntry> m = idMap.get(ce.getBackendID());
426 m.remove(ce.getEntryID());
458 CacheEntry ce
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DTaskUtils.java95 catch (ConfigException ce)
98 String.valueOf(configEntry.getDN()), ce.getMessage());
148 catch (ConfigException ce)
151 DN_BACKEND_BASE, ce.getMessage());
190 catch (ConfigException ce)
193 String.valueOf(configEntry.getDN()), ce.getMessage());
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DTaskUtils.java94 catch (ConfigException ce)
97 String.valueOf(configEntry.getDN()), ce.getMessage());
147 catch (ConfigException ce)
150 DN_BACKEND_BASE, ce.getMessage());
189 catch (ConfigException ce)
192 String.valueOf(configEntry.getDN()), ce.getMessage());
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DTaskUtils.java95 catch (ConfigException ce)
98 String.valueOf(configEntry.getDN()), ce.getMessage());
148 catch (ConfigException ce)
151 DN_BACKEND_BASE, ce.getMessage());
190 catch (ConfigException ce)
193 String.valueOf(configEntry.getDN()), ce.getMessage());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DTaskUtils.java95 catch (ConfigException ce)
98 String.valueOf(configEntry.getDN()), ce.getMessage());
148 catch (ConfigException ce)
151 DN_BACKEND_BASE, ce.getMessage());
190 catch (ConfigException ce)
193 String.valueOf(configEntry.getDN()), ce.getMessage());
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DTaskUtils.java94 catch (ConfigException ce)
97 String.valueOf(configEntry.getDN()), ce.getMessage());
147 catch (ConfigException ce)
150 DN_BACKEND_BASE, ce.getMessage());
189 catch (ConfigException ce)
192 String.valueOf(configEntry.getDN()), ce.getMessage());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DTaskUtils.java93 catch (org.opends.server.config.ConfigException ce)
95 logger.error(ERR_CANNOT_DETERMINE_BACKEND_ID, configEntry.getDN(), ce.getMessage());
138 catch (ConfigException ce)
140 logger.error(ERR_CANNOT_RETRIEVE_BACKEND_BASE_ENTRY, DN_BACKEND_BASE, ce.getMessage());
175 catch (org.opends.server.config.ConfigException ce)
177 logger.error(ERR_CANNOT_DETERMINE_BACKEND_ID, configEntry.getDN(), ce.getMessage());
/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java286 } catch (ChallengeException ce) {
292 cException = ce;
293 sState = ce.getState();
302 challengeID = ce.getReplyMessage();
335 } catch (ChallengeException ce) {
336 sState = ce.getState();
346 challengeID = ce.getReplyMessage();
352 cException = ce; // save it for next replyChallenge
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DListBackends.java292 catch (ConfigException ce)
294 printWrappedText(err, ERR_LISTBACKENDS_CANNOT_GET_BACKENDS.get(ce.getMessage()));
506 catch (ConfigException ce)
509 DN_BACKEND_BASE, ce.getMessage());
510 throw new ConfigException(message, ce);
544 catch (ConfigException ce)
546 LocalizableMessage message = ERR_CANNOT_DETERMINE_BACKEND_ID.get(configEntry.getDN(), ce.getMessage());
547 throw new ConfigException(message, ce);
/forgerock/openam/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java286 } catch (ChallengeException ce) {
292 cException = ce;
293 sState = ce.getState();
302 challengeID = ce.getReplyMessage();
335 } catch (ChallengeException ce) {
336 sState = ce.getState();
346 challengeID = ce.getReplyMessage();
352 cException = ce; // save it for next replyChallenge
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java421 * @param ce the UserDataCertificateException that contains the information to
426 protected void acceptCertificateForException(UserDataCertificateException ce, argument
429 X509Certificate[] chain = ce.getChain();
430 String authType = ce.getAuthType();
431 String host = ce.getHost();
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java422 * @param ce the UserDataCertificateException that contains the information to
427 protected void acceptCertificateForException(UserDataCertificateException ce, argument
430 X509Certificate[] chain = ce.getChain();
431 String authType = ce.getAuthType();
432 String host = ce.getHost();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java422 * @param ce the UserDataCertificateException that contains the information to
427 protected void acceptCertificateForException(UserDataCertificateException ce, argument
430 X509Certificate[] chain = ce.getChain();
431 String authType = ce.getAuthType();
432 String host = ce.getHost();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java421 * @param ce the UserDataCertificateException that contains the information to
426 protected void acceptCertificateForException(UserDataCertificateException ce, argument
429 X509Certificate[] chain = ce.getChain();
430 String authType = ce.getAuthType();
431 String host = ce.getHost();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java422 * @param ce the UserDataCertificateException that contains the information to
427 protected void acceptCertificateForException(UserDataCertificateException ce, argument
430 X509Certificate[] chain = ce.getChain();
431 String authType = ce.getAuthType();
432 String host = ce.getHost();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DGuiApplication.java415 * @param ce the UserDataCertificateException that contains the information to
420 protected void acceptCertificateForException(UserDataCertificateException ce, argument
423 X509Certificate[] chain = ce.getChain();
424 String authType = ce.getAuthType();
425 String host = ce.getHost();
/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c101 pcre_uchar *cs, *ce; local
393 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
395 do ce += GET(ce, 1); while (*ce == OP_ALT);
396 if (cc > cs && cc < ce)
418 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
420 do ce += GET(ce, 1); while (*ce
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DListBackends.java304 catch (ConfigException ce)
306 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
331 catch (ConfigException ce)
334 ce.getMessage());
563 catch (ConfigException ce)
566 DN_BACKEND_BASE, ce.getMessage());
567 throw new ConfigException(message, ce);
602 catch (ConfigException ce)
605 String.valueOf(configEntry.getDN()), ce.getMessage());
606 throw new ConfigException(message, ce);
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DListBackends.java286 catch (ConfigException ce)
288 Message message = ERR_CANNOT_LOAD_SCHEMA.get(ce.getMessage());
313 catch (ConfigException ce)
316 ce.getMessage());
545 catch (ConfigException ce)
548 DN_BACKEND_BASE, ce.getMessage());
549 throw new ConfigException(message, ce);
584 catch (ConfigException ce)
587 String.valueOf(configEntry.getDN()), ce.getMessage());
588 throw new ConfigException(message, ce);
[all...]

Completed in 115 milliseconds

1234567891011>>