Searched refs:ex (Results 151 - 175 of 2390) sorted by relevance

1234567891011>>

/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DThreadPoolScriptEvaluator.java96 } catch (ExecutionException ex) {
97 LOGGER.error("Script terminated with exception", ex);
98 throw new ScriptException(ex);
99 } catch (TimeoutException ex) {
101 throw new ScriptException(ex);
102 } catch (InterruptedException ex) {
106 throw new ScriptException(ex);
180 } catch (IllegalArgumentException ex) {
181 LOGGER.error("Attempt to configure script evaluation thread pool with invalid parameters", ex);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DAMClientDetector.java114 } catch (Exception ex) {
157 } catch (Exception ex) {
200 } catch (Exception ex) {
201 debug.error("Unable to instantiate class ", ex);
265 } catch (ClassNotFoundException ex) {
267 + " ClassNotFound: " + ex.getMessage());
268 } catch (InstantiationException ex) {
271 } catch (IllegalAccessException ex) {
273 + " IllegalAccessException: " + ex.getMessage());
/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java81 } catch (Exception ex) {
83 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
129 } catch (Exception ex) {
131 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
164 } catch (Exception ex) {
166 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
190 } catch (Exception ex) {
192 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
220 } catch (Exception ex) {
222 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
[all...]
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java80 } catch (Exception ex) {
82 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
128 } catch (Exception ex) {
130 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
163 } catch (Exception ex) {
165 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
189 } catch (Exception ex) {
191 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
219 } catch (Exception ex) {
221 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
[all...]
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java81 } catch (Exception ex) {
83 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
129 } catch (Exception ex) {
131 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
164 } catch (Exception ex) {
166 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
190 } catch (Exception ex) {
192 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
220 } catch (Exception ex) {
222 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
[all...]
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java81 } catch (Exception ex) {
83 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
129 } catch (Exception ex) {
131 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
164 } catch (Exception ex) {
166 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
190 } catch (Exception ex) {
192 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
220 } catch (Exception ex) {
222 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
[all...]
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java80 } catch (Exception ex) {
82 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
128 } catch (Exception ex) {
130 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
163 } catch (Exception ex) {
165 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
189 } catch (Exception ex) {
191 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
219 } catch (Exception ex) {
221 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DCreateMetaDataModelImpl.java110 } catch (WorkflowException ex) {
111 throw new AMConsoleException(getErrorString(ex));
112 } catch (SAML2MetaException ex) {
113 throw new AMConsoleException(getErrorString(ex));
138 } catch (JAXBException ex) {
139 throw new AMConsoleException(ex.getMessage());
140 } catch (IDFFMetaException ex) {
141 throw new AMConsoleException(ex.getMessage());
184 } catch (WSFederationMetaException ex) {
185 throw new AMConsoleException(ex
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DWSDLParser.java125 } catch (ParserConfigurationException ex) {
126 throw new EntitlementException(7, ex);
134 } catch (SAXException ex) {
135 throw new EntitlementException(7, ex);
136 } catch (IOException ex) {
137 throw new EntitlementException(7, ex);
145 } catch (SAXException ex) {
146 throw new EntitlementException(7, ex);
147 } catch (IOException ex) {
148 throw new EntitlementException(7, ex);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/fedlet/ag/
H A DMetaDataParser.java89 } catch (SAML2MetaException ex) {
90 Logger.getLogger(MetaDataParser.class.getName()).log(Level.SEVERE, null, ex);
113 } catch (SAML2MetaException ex) {
114 Logger.getLogger(MetaDataParser.class.getName()).log(Level.SEVERE, null, ex);
137 } catch (SAML2MetaException ex) {
138 Logger.getLogger(MetaDataParser.class.getName()).log(Level.SEVERE, null, ex);
207 } catch (SAML2MetaException ex) {
208 Logger.getLogger(MetaDataParser.class.getName()).log(Level.SEVERE, null, ex);
236 } catch (SAML2MetaException ex) {
237 Logger.getLogger(MetaDataParser.class.getName()).log(Level.SEVERE, null, ex);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java80 catch (Exception ex)
82 logger.traceException(ex);
140 catch (Exception ex)
142 logger.traceException(ex);
182 catch (Exception ex)
184 logger.traceException(ex);
213 catch (Exception ex)
215 logger.traceException(ex);
249 catch (Exception ex)
251 logger.traceException(ex);
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DCreateMetaDataModelImpl.java110 } catch (WorkflowException ex) {
111 throw new AMConsoleException(getErrorString(ex));
112 } catch (SAML2MetaException ex) {
113 throw new AMConsoleException(getErrorString(ex));
138 } catch (JAXBException ex) {
139 throw new AMConsoleException(ex.getMessage());
140 } catch (IDFFMetaException ex) {
141 throw new AMConsoleException(ex.getMessage());
184 } catch (WSFederationMetaException ex) {
185 throw new AMConsoleException(ex
[all...]
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DWSDLParser.java125 } catch (ParserConfigurationException ex) {
126 throw new EntitlementException(7, ex);
134 } catch (SAXException ex) {
135 throw new EntitlementException(7, ex);
136 } catch (IOException ex) {
137 throw new EntitlementException(7, ex);
145 } catch (SAXException ex) {
146 throw new EntitlementException(7, ex);
147 } catch (IOException ex) {
148 throw new EntitlementException(7, ex);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java271 catch (DirectoryException ex) {
273 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
275 throw new InitializationException(ex.getMessageObject());
317 catch (Exception ex) {
319 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
323 requestedDigestAlgorithm, getExceptionMessage(ex)));
349 catch (Exception ex) {
351 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
355 requestedCipherTransformation, getExceptionMessage(ex)));
375 catch (Exception ex) {
[all...]
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java274 catch (DirectoryException ex) {
276 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
278 throw new InitializationException(ex.getMessageObject());
319 catch (Exception ex) {
321 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
325 requestedDigestAlgorithm, getExceptionMessage(ex)));
351 catch (Exception ex) {
353 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
357 requestedCipherTransformation, getExceptionMessage(ex)));
377 catch (Exception ex) {
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java271 catch (DirectoryException ex) {
273 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
275 throw new InitializationException(ex.getMessageObject());
317 catch (Exception ex) {
319 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
323 requestedDigestAlgorithm, getExceptionMessage(ex)));
349 catch (Exception ex) {
351 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
355 requestedCipherTransformation, getExceptionMessage(ex)));
375 catch (Exception ex) {
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java271 catch (DirectoryException ex) {
273 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
275 throw new InitializationException(ex.getMessageObject());
317 catch (Exception ex) {
319 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
323 requestedDigestAlgorithm, getExceptionMessage(ex)));
349 catch (Exception ex) {
351 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
355 requestedCipherTransformation, getExceptionMessage(ex)));
375 catch (Exception ex) {
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java274 catch (DirectoryException ex) {
276 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
278 throw new InitializationException(ex.getMessageObject());
319 catch (Exception ex) {
321 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
325 requestedDigestAlgorithm, getExceptionMessage(ex)));
351 catch (Exception ex) {
353 TRACER.debugCaught(DebugLogLevel.ERROR, ex);
357 requestedCipherTransformation, getExceptionMessage(ex)));
377 catch (Exception ex) {
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java257 catch (DirectoryException ex) {
258 logger.traceException(ex);
259 throw new InitializationException(ex.getMessageObject());
300 catch (Exception ex) {
301 logger.traceException(ex);
304 requestedDigestAlgorithm, getExceptionMessage(ex)));
330 catch (Exception ex) {
331 logger.traceException(ex);
334 requestedCipherTransformation, getExceptionMessage(ex)));
354 catch (Exception ex) {
[all...]
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/crypto/
H A DConfigCrypto.java120 } catch (WaitForMetaData ex) {
122 lastWaitException = ex;
182 } catch (JsonCryptoException ex) {
185 + " : " + ex.getMessage(), ex);
194 } catch (Exception ex) {
196 + pidOrFactory + "-" + instanceAlias + " : " + ex.getMessage(), ex);
230 } catch (Exception ex) {
232 + " could not be parsed and may not be valid JSON : " + ex
[all...]
/forgerock/openam-v13/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-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java203 } catch (Exception ex) {
204 processException(ex);
218 } catch (Exception ex) {
219 processException(ex);
242 } catch (Exception ex) {
243 processException(ex);
274 } catch (Exception ex) {
275 processException(ex);
303 } catch (Exception ex) {
304 processException(ex);
[all...]
/forgerock/openam-v13/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/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/log/
H A DAmAgentLog.java57 } catch(Exception ex) {
60 + "will attempt to use local logging only.", ex);
128 } catch(Exception ex) {
131 ex);
138 } catch(Exception ex) {
139 logError("AmAgentLog: Failed to write local log", ex);
/forgerock/jee-agents-v3.5/jee-agents-tomcat/jee-agents-tomcat-v6/src/main/java/com/sun/identity/agents/tools/tomcat/v6/
H A DConfigureGlobalWebXMLTask.java65 } catch (Exception ex) {
68 "exception " + ex.getMessage(), ex);
124 } catch (Exception ex) {
127 + ex.getMessage(),
128 ex);

Completed in 91 milliseconds

1234567891011>>