Searched refs:ex (Results 201 - 225 of 2390) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DLDAPEventManager.java91 } catch (EventException ex) {
93 "Unable to set persistent search", ex);
94 } catch (LdapException ex) {
96 "Unable to set persistent search", ex);
105 } catch (EventException ex) {
107 "Unable to remove persistent search", ex);
108 } catch (LdapException ex) {
110 "Unable to remove persistent search", ex);
/forgerock/jee-agents-v3.5/jee-agents-jetty/jee-agents-jetty-v61/src/main/java/com/sun/identity/agents/jetty/v61/
H A DAMJettyUserRealm.java56 } catch (Exception ex) {
60 "AmJettyUserRealm: Realm Instantiation Error: " + ex);
123 } catch (Exception ex) {
127 + ex.getMessage() + " while fetching roles for user "
129 ex);
188 } catch (Exception ex) {
192 ex.getMessage() + " while authenticating user " +
194 ex);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DProfileAttributeHelper.java72 } catch (Exception ex) {
73 throw new AgentException("Invalid principal", ex);
94 } catch (Exception ex) {
97 + userDN, ex);
120 } catch (Exception ex) {
121 throw new AgentException("Invalid principal", ex);
140 } catch (Exception ex) {
143 + userDN, ex);
/forgerock/jee-agents-v3.5/jee-agents-weblogic/jee-agents-weblogic-v10/src/main/java/com/sun/identity/agents/weblogic/v10/
H A DAmWLPortalLocalLogoutHandler.java76 } catch (Exception ex) {
79 + "Programmatic Logout Failed! " + ex);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeConfigurationImpl.java109 } catch (SMSException ex) {
110 PrivilegeManager.debug.error("ResourceTypeConfiguration.getResourceType", ex);
111 throw new EntitlementException(RESOURCE_TYPE_RETRIEVAL_ERROR, ex, realm);
112 } catch (SSOException ex) {
113 PrivilegeManager.debug.error("ResourceTypeConfiguration.getResourceType", ex);
114 throw new EntitlementException(RESOURCE_TYPE_RETRIEVAL_ERROR, ex, realm);
130 } catch (SMSException ex) {
131 PrivilegeManager.debug.error("ResourceTypeConfiguration.containsUUID", ex);
132 throw new EntitlementException(RESOURCE_TYPE_RETRIEVAL_ERROR, ex, realm);
133 } catch (SSOException ex) {
[all...]
/forgerock/openidm-v4/openidm-crypto/src/main/java/org/forgerock/openidm/crypto/util/
H A DJettyPropertyUtil.java82 } catch (GeneralSecurityException ex) {
83 throw new RuntimeException("Failed to decrypt/de-obfuscate value of string", ex);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCompliance.java165 } catch (SMSException ex) {
166 debug.error(AMSDKBundle.getString("357"), ex);
168 } catch (SSOException ex) {
169 debug.error(AMSDKBundle.getString("357"), ex);
222 } catch (SMSException ex) {
223 debug.error(AMSDKBundle.getString("359"), ex);
225 } catch (SSOException ex) {
226 debug.error(AMSDKBundle.getString("359"), ex);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java236 } catch (Exception ex) {
238 "waiting for tasks/threads to complete", ex);
253 } catch (Exception ex) {
254 ex.printStackTrace();
316 } catch (RuntimeException ex) {
317 debug.error("Running task " + task, ex);
322 } catch (Exception ex) {
324 debug.error("Running task " + task, ex);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/
H A DHash.java60 } catch (Exception ex) {
63 debug.warning("Hash.hash:", ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/
H A DSetupWriter.java76 } catch(Exception ex) {
77 System.out.println("SetupWriter:"+ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DSMServiceListener.java98 } catch (SMSException ex) {
100 ex);
101 } catch (SSOException ex) {
103 ex);
163 } catch (SSOException ex) {
166 "for realm" + realm, ex);
168 } catch (DelegationException ex) {
171 "for realm" + realm, ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DLogicalCondition.java103 } catch (InstantiationException ex) {
104 PolicyConstants.DEBUG.error("LogicalCondition.setState", ex);
105 } catch (IllegalAccessException ex) {
106 PolicyConstants.DEBUG.error("LogicalCondition.setState", ex);
107 } catch (ClassNotFoundException ex) {
108 PolicyConstants.DEBUG.error("LogicalCondition.setState", ex);
109 } catch (JSONException ex) {
110 PolicyConstants.DEBUG.error("LogicalCondition.setState", ex);
H A DNotCondition.java111 } catch (InstantiationException ex) {
112 PolicyConstants.DEBUG.error("NotCondition.setState", ex);
113 } catch (IllegalAccessException ex) {
114 PolicyConstants.DEBUG.error("NotCondition.setState", ex);
115 } catch (ClassNotFoundException ex) {
116 PolicyConstants.DEBUG.error("NotCondition.setState", ex);
117 } catch (JSONException ex) {
118 PolicyConstants.DEBUG.error("NotCondition.setState", ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerRealmEntryImpl.java85 } catch (Exception ex) {
86 debug.error(classModule + objname, ex);
H A DSsoServerSAML1CacheEntryImpl.java85 } catch (Exception ex) {
86 debug.error(classModule + objname, ex);
H A DSsoServerSAML1EndPointEntryImpl.java85 } catch (Exception ex) {
86 debug.error(classModule + objname, ex);
H A DSsoServerSAML1TrustPrtnrsEntryImpl.java89 } catch (Exception ex) {
90 debug.error(classModule + objname, ex);
H A DSsoServerServerEntryImpl.java83 } catch (Exception ex) {
84 debug.error(classModule + objname, ex);
H A DSsoServerSitesEntryImpl.java82 } catch (Exception ex) {
83 debug.error(classModule + objname, ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DLDAPEventManager.java91 } catch (EventException ex) {
93 "Unable to set persistent search", ex);
94 } catch (LdapException ex) {
96 "Unable to set persistent search", ex);
105 } catch (EventException ex) {
107 "Unable to remove persistent search", ex);
108 } catch (LdapException ex) {
110 "Unable to remove persistent search", ex);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeConfigurationImpl.java89 } catch (SMSException ex) {
90 PrivilegeManager.debug.error("ResourceTypeConfiguration.getResourceType", ex);
91 throw new EntitlementException(RESOURCE_TYPE_RETRIEVAL_ERROR, ex, realm);
92 } catch (SSOException ex) {
93 PrivilegeManager.debug.error("ResourceTypeConfiguration.getResourceType", ex);
94 throw new EntitlementException(RESOURCE_TYPE_RETRIEVAL_ERROR, ex, realm);
110 } catch (SMSException ex) {
111 PrivilegeManager.debug.error("ResourceTypeConfiguration.containsUUID", ex);
112 throw new EntitlementException(RESOURCE_TYPE_RETRIEVAL_ERROR, ex, realm);
113 } catch (SSOException ex) {
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-apache-resolver.jar ... java.lang.String) java.net.MalformedURLException ex java.io.IOException ex String file org. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-apache-resolver.jar ... java.lang.String) java.net.MalformedURLException ex java.io.IOException ex String file org. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-apache-resolver.jar ... java.lang.String) java.net.MalformedURLException ex java.io.IOException ex String file org. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-apache-resolver.jar ... java.lang.String) java.net.MalformedURLException ex java.io.IOException ex String file org. ...

Completed in 76 milliseconds

1234567891011>>