Searched refs:ex (Results 176 - 200 of 2390) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/mapping/
H A DDefaultAccountProvider.java90 } catch (IdRepoException ex) {
91 debug.error("DefaultAccountMapper.searchUser: Problem while searching for the user. IdRepo", ex);
92 } catch (SSOException ex) {
93 debug.error("DefaultAccountMapper.searchUser: Problem while searching for the user. SSOExc", ex);
121 } catch (SSOException ex) {
122 debug.error("DefaultAccountMapper.getAttributes: Problem while creating the user. SSOExc", ex);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DCreateApplicationPrivilege.java103 } catch (EntitlementException ex) {
104 String[] paramExs = {realm, name, ex.getMessage()};
107 throw new CLIException(ex, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
108 } catch (CLIException ex) {
109 String[] paramExs = {realm, name, ex.getMessage()};
112 throw ex;
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java92 } catch (Exception ex) {
93 Debug.log("Failed to read input", ex);
95 + ex.getMessage());
138 } catch (Exception ex) {
139 Debug.log("Failed to initialize console", ex);
141 + ex.getMessage());
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DEnableGenericRepoStep.java71 } catch (Exception ex) {
72 DEBUG.error("An error occurred while trying to check the current status of the generic LDAPv3 repo", ex);
73 throw new UpgradeException(ex);
84 } catch (Exception ex) {
86 DEBUG.error("An error occurred while trying to enable the generic LDAPv3 repo", ex);
87 throw new UpgradeException(ex);
/forgerock/openam/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/mapping/
H A DDefaultAccountProvider.java90 } catch (IdRepoException ex) {
91 debug.error("DefaultAccountMapper.searchUser: Problem while searching for the user. IdRepo", ex);
92 } catch (SSOException ex) {
93 debug.error("DefaultAccountMapper.searchUser: Problem while searching for the user. SSOExc", ex);
121 } catch (SSOException ex) {
122 debug.error("DefaultAccountMapper.getAttributes: Problem while creating the user. SSOExc", ex);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DCreateApplicationPrivilege.java106 } catch (EntitlementException ex) {
107 String[] paramExs = {realm, name, ex.getMessage()};
110 throw new CLIException(ex, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
111 } catch (CLIException ex) {
112 String[] paramExs = {realm, name, ex.getMessage()};
115 throw ex;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DComplianceServicesImpl.java75 } catch (Exception ex) {
77 + "encountered exception=", ex);
96 } catch (Exception ex) {
98 + "encountered exception=", ex);
121 } catch (Exception ex) {
123 + "encountered exception=", ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java204 } catch (Exception ex) {
205 processException(ex);
219 } catch (Exception ex) {
220 processException(ex);
243 } catch (Exception ex) {
244 processException(ex);
275 } catch (Exception ex) {
276 processException(ex);
304 } catch (Exception ex) {
305 processException(ex);
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/admin/
H A DToolsConfiguration.java66 } catch (Exception ex) {
67 Debug.log("Failed to load configuration from " + TOOLSCONFIG_FILE_NAME, ex);
68 throw new RuntimeException("Failed to load configuration: " + ex.getMessage());
123 } catch (Exception ex) {
125 + "class: " + className, ex);
127 + "class: " + className + ": " + ex.getMessage());
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java92 } catch (Exception ex) {
93 Debug.log("Failed to read input", ex);
95 + ex.getMessage());
138 } catch (Exception ex) {
139 Debug.log("Failed to initialize console", ex);
141 + ex.getMessage());
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DEnableGenericRepoStep.java71 } catch (Exception ex) {
72 DEBUG.error("An error occurred while trying to check the current status of the generic LDAPv3 repo", ex);
73 throw new UpgradeException(ex);
84 } catch (Exception ex) {
86 DEBUG.error("An error occurred while trying to enable the generic LDAPv3 repo", ex);
87 throw new UpgradeException(ex);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyResource.java179 } catch (EntitlementException ex) {
180 DEBUG.error("PolicyResource :: CREATE : Error performing create for policy, " + providedName, ex);
181 return resourceErrorHandler.handleError(context, request, ex).asPromise();
199 } catch (EntitlementException ex) {
201 return resourceErrorHandler.handleError(context, debug, request, ex).asPromise();
228 } catch (EntitlementException ex) {
229 DEBUG.error("PolicyResource :: QUERY : Error querying policy collection.", ex);
230 return resourceErrorHandler.handleError(context, request, ex).asPromise();
231 } catch (IllegalArgumentException ex) {
232 DEBUG.error("PolicyResource :: QUERY : Error querying policy collection due to bad request.", ex);
[all...]
/forgerock/openam-v13/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-v13/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-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DHash.java60 } catch (Exception ex) {
63 debug.warning("Hash.hash:", ex);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/
H A DSetupWriter.java76 } catch(Exception ex) {
77 System.out.println("SetupWriter:"+ex);
/forgerock/openam-v13/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-v13/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-v13/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);

Completed in 96 milliseconds

1234567891011>>