Searched refs:ce (Results 26 - 50 of 500) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/service/
H A DToolServiceClassLoader.java151 catch (ClassNotFoundException ce) {
153 "ToolServiceClassLoader.loadService: " + ce.getMessage());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Common/
H A DFedletCertificateFactory.cs82 catch (CryptographicException ce)
84 errorMessage = ce.Message;
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Common/
H A DFedletCertificateFactory.cs82 catch (CryptographicException ce)
84 errorMessage = ce.Message;
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java199 catch (CertificateException ce)
211 catch (CertificateException ce)
218 e.initCause(ce);
228 catch (CertificateException ce)
235 e.initCause(ce);
256 catch (CertificateException ce)
268 catch (CertificateException ce)
274 e.initCause(ce);
284 catch (CertificateException ce)
291 e.initCause(ce);
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java200 catch (CertificateException ce)
212 catch (CertificateException ce)
219 e.initCause(ce);
229 catch (CertificateException ce)
236 e.initCause(ce);
257 catch (CertificateException ce)
269 catch (CertificateException ce)
275 e.initCause(ce);
285 catch (CertificateException ce)
292 e.initCause(ce);
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java200 catch (CertificateException ce)
212 catch (CertificateException ce)
219 e.initCause(ce);
229 catch (CertificateException ce)
236 e.initCause(ce);
257 catch (CertificateException ce)
269 catch (CertificateException ce)
275 e.initCause(ce);
285 catch (CertificateException ce)
292 e.initCause(ce);
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java199 catch (CertificateException ce)
211 catch (CertificateException ce)
218 e.initCause(ce);
228 catch (CertificateException ce)
235 e.initCause(ce);
256 catch (CertificateException ce)
268 catch (CertificateException ce)
274 e.initCause(ce);
284 catch (CertificateException ce)
291 e.initCause(ce);
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java200 catch (CertificateException ce)
212 catch (CertificateException ce)
219 e.initCause(ce);
229 catch (CertificateException ce)
236 e.initCause(ce);
257 catch (CertificateException ce)
269 catch (CertificateException ce)
275 e.initCause(ce);
285 catch (CertificateException ce)
292 e.initCause(ce);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java188 catch (final ConfigException ce)
190 errors.add(toConfigException(ce));
247 catch (final ConfigException ce)
249 errors.add(toConfigException(ce));
309 catch (ConfigException ce)
311 errors.add(toConfigException(ce));
329 catch (ConfigException ce)
331 errors.add(toConfigException(ce));
341 catch (final ConfigException ce)
343 errors.add(toConfigException(ce));
434 toConfigException(final ConfigException ce) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DAddSchemaFileTask.java164 catch (ConfigException ce)
168 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
172 String.valueOf(schemaFile), ce.getMessage());
174 message, ce);
250 catch (ConfigException ce)
254 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
258 get(String.valueOf(schemaFile), ce.getMessage());
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DAddSchemaFileTask.java163 catch (ConfigException ce)
167 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
171 String.valueOf(schemaFile), ce.getMessage());
173 message, ce);
249 catch (ConfigException ce)
253 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
257 get(String.valueOf(schemaFile), ce.getMessage());
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DAddSchemaFileTask.java164 catch (ConfigException ce)
168 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
172 String.valueOf(schemaFile), ce.getMessage());
174 message, ce);
250 catch (ConfigException ce)
254 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
258 get(String.valueOf(schemaFile), ce.getMessage());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DAddSchemaFileTask.java163 catch (ConfigException ce)
167 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
171 .get(schemaFile.getPath(), ce.getMessage());
173 message, ce);
249 catch (ConfigException ce)
253 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
257 .get(schemaFile.getPath(), ce.getMessage());
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DAddSchemaFileTask.java163 catch (ConfigException ce)
167 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
171 String.valueOf(schemaFile), ce.getMessage());
173 message, ce);
249 catch (ConfigException ce)
253 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
257 get(String.valueOf(schemaFile), ce.getMessage());
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPConnection.java269 } catch(ConnectException ce)
273 ce);
473 } catch(ClientException ce)
477 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
479 throw new LDAPConnectionException(ce.getMessageObject(), ce.getExitCode(),
480 null, ce);
538 ConnectException ce = null;
549 if (ce == null)
551 ce
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPConnection.java268 } catch(ConnectException ce)
272 ce);
472 } catch(ClientException ce)
476 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
478 throw new LDAPConnectionException(ce.getMessageObject(), ce.getExitCode(),
479 null, ce);
537 ConnectException ce = null;
548 if (ce == null)
550 ce
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPConnection.java269 } catch(ConnectException ce)
273 ce);
473 } catch(ClientException ce)
477 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
479 throw new LDAPConnectionException(ce.getMessageObject(), ce.getExitCode(),
480 null, ce);
538 ConnectException ce = null;
549 if (ce == null)
551 ce
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPConnection.java269 } catch(ConnectException ce)
273 ce);
473 } catch(ClientException ce)
477 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
479 throw new LDAPConnectionException(ce.getMessageObject(), ce.getExitCode(),
480 null, ce);
538 ConnectException ce = null;
549 if (ce == null)
551 ce
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPConnection.java268 } catch(ConnectException ce)
272 ce);
472 } catch(ClientException ce)
476 TRACER.debugCaught(DebugLogLevel.ERROR, ce);
478 throw new LDAPConnectionException(ce.getMessageObject(), ce.getExitCode(),
479 null, ce);
537 ConnectException ce = null;
548 if (ce == null)
550 ce
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObjectImpl.java193 CachedSMSEntry ce = CachedSMSEntry.getInstance(getToken(tokenID),
195 if (ce.isDirty()) {
196 ce.refresh();
198 Map attrs = ce.getSMSEntry().getAttributes();
270 CachedSubEntries ce = CachedSubEntries.getInstance(
272 return (ce.searchSubOrgNames(getToken(tokenID), filter, recursive));
291 CachedSubEntries ce = CachedSubEntries.getInstance(
293 return (ce.searchOrgNames(getToken(tokenID), serviceName,
310 CachedSubEntries ce = CachedSubEntries.getInstance(
312 return (ce
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPBindingService.java75 } catch (ConfigurationException ce) {
76 Utils.debug.error("SOAPBindingService.static:", ce);
151 } catch (ConfigurationException ce) {
152 Utils.debug.error("SOAPBindingService.setValues:", ce);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/key/
H A DKeyUtil.java210 } catch (java.security.cert.CertificateException ce) {
214 "for X.509 type", ce);
224 } catch (java.security.cert.CertificateException ce) {
228 "array input stream.", ce);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/
H A DAuthnSvcService.java71 } catch (ConfigurationException ce) {
72 AuthnSvcUtils.debug.error("AuthnSvcService.static:", ce);
135 } catch (ConfigurationException ce) {
136 AuthnSvcUtils.debug.error("AuthnSvcService.setValues:", ce);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObjectImpl.java195 CachedSMSEntry ce = CachedSMSEntry.getInstance(getToken(tokenID),
197 if (ce.isDirty()) {
198 ce.refresh();
200 Map attrs = ce.getSMSEntry().getAttributes();
272 CachedSubEntries ce = CachedSubEntries.getInstance(
274 return (ce.searchSubOrgNames(getToken(tokenID), filter, recursive));
293 CachedSubEntries ce = CachedSubEntries.getInstance(
295 return (ce.searchOrgNames(getToken(tokenID), serviceName,
312 CachedSubEntries ce = CachedSubEntries.getInstance(
314 return (ce
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/
H A DAuthnSvcService.java71 } catch (ConfigurationException ce) {
72 AuthnSvcUtils.debug.error("AuthnSvcService.static:", ce);
135 } catch (ConfigurationException ce) {
136 AuthnSvcUtils.debug.error("AuthnSvcService.setValues:", ce);

Completed in 106 milliseconds

1234567891011>>