Searched refs:ex (Results 76 - 100 of 2390) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DJDBCRepoService.java190 } catch (RuntimeException ex) {
192 + ex.getMessage(), ex);
193 throw ex;
229 } catch (Exception ex) {
231 ex);
232 throw ex;
270 } catch (SQLException ex) {
273 request.getResourcePath(), ex.getErrorCode(), ex
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/snmp/src/org/opends/server/snmp/
H A DDsTableEntryImpl.java101 } catch (Exception ex) {
102 logger.traceException(ex);
118 } catch (Exception ex) {
119 logger.traceException(ex);
135 } catch (Exception ex) {
136 logger.traceException(ex);
160 } catch (Exception ex) {
161 logger.traceException(ex);
186 } catch (Exception ex) {
187 logger.traceException(ex);
[all...]
/forgerock/jee-agents-v3.5/jee-agents-websphere/jee-agents-websphere-common/src/main/java/com/sun/identity/agents/websphere/
H A DAmAgentUserRegistry.java65 } catch (AgentException ex) {
66 throw new CustomRegistryException(ex);
78 } catch (AgentException ex) {
79 throw new CustomRegistryException(ex);
94 } catch (AgentException ex) {
95 throw new CustomRegistryException(ex);
126 } catch (AgentException ex) {
127 throw new CustomRegistryException(ex);
138 } catch (AgentException ex) {
139 throw new CustomRegistryException(ex);
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationImpl.java167 } catch (InstantiationException ex) {
168 throw new CLIException(ex,
170 } catch (IllegalAccessException ex) {
171 throw new CLIException(ex,
180 } catch (InstantiationException ex) {
181 throw new CLIException(ex,
183 } catch (IllegalAccessException ex) {
184 throw new CLIException(ex,
193 } catch (InstantiationException ex) {
194 throw new CLIException(ex,
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationImpl.java180 } catch (InstantiationException ex) {
181 throw new CLIException(ex,
183 } catch (IllegalAccessException ex) {
184 throw new CLIException(ex,
193 } catch (InstantiationException ex) {
194 throw new CLIException(ex,
196 } catch (IllegalAccessException ex) {
197 throw new CLIException(ex,
206 } catch (InstantiationException ex) {
207 throw new CLIException(ex,
[all...]
/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/
H A DMain.java78 } catch (IOException ex) {
79 Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
142 } catch (ConfigurationException ex) {
143 historyLogger.log(Level.SEVERE, "Failed to load patch configuration", ex);
147 } catch (IOException ex) {
148 historyLogger.log(Level.SEVERE, "Failed to close patch archive", ex);
166 } catch (SecurityException ex) {
167 logger.log(Level.SEVERE, null, ex);
168 throw new PatchException(ex.getMessage(), ex);
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/log/
H A DAmAgentLocalLog.java62 } catch(Exception ex) {
64 ex);
75 } catch(Exception ex) {
77 + " message = " + message, ex);
153 } catch(Exception ex) {
155 + fileName, ex);
158 "Unable to create Local Log File: " + fileName, ex);
166 } catch(Exception ex) {
167 logError("AmAgentLocalLog: Unable to set log writer", ex);
169 throw new AgentException("Unable to set log writer", ex);
[all...]
/forgerock/jee-agents-v3.5/jee-agents-appserver/jee-agents-appserver-v81/src/main/java/com/sun/identity/agents/install/appserver/v81/
H A DCopyAgentFilesTask.java58 } catch (Exception ex) {
61 + ex.getMessage(), ex);
76 } catch (Exception ex) {
79 + " to " + asLibDir + ": " + ex.getMessage(), ex);
96 } catch (Exception ex) {
99 + " to " + asClassesDir + ": " + ex.getMessage(), ex);
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DRESTUtils.java89 } catch (FileNotFoundException ex) {
90 throw ex;
92 } catch (UnknownHostException ex) {
93 throw ex;
95 } catch (ConnectException ex) {
96 throw ex;
98 } catch (IOException ex) {
115 try { output.close(); } catch (Exception ex) {}
118 try { reader.close(); } catch (Exception ex) {}
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DMultiProtocolUtils.java127 } catch (UnsupportedOperationException ex) {
128 SingleLogoutManager.debug.warning("MPUtils.addFedProtocol", ex);
129 } catch (SessionException ex) {
130 SingleLogoutManager.debug.warning("MPUtils.addFedProtocol2", ex);
167 } catch (UnsupportedOperationException ex) {
168 SingleLogoutManager.debug.warning("MPUtils.addFedProtocol", ex);
169 } catch (SessionException ex) {
170 SingleLogoutManager.debug.warning("MPUtils.addFedProtocol2", ex);
190 } catch (SessionException ex) {
191 SingleLogoutManager.debug.message("MPUtils.isMPSession?", ex);
[all...]
/forgerock/openidm-v4/openidm-repo-jdbc/src/test/java/org/forgerock/openidm/repo/jdbc/internal/
H A DJDBCRepoServiceTest.java51 } catch (Exception ex) {
52 ex.printStackTrace();
53 Assert.fail(ex.getMessage());
63 } catch (Exception ex) {
64 ex.printStackTrace();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DMultiProtocolUtils.java127 } catch (UnsupportedOperationException ex) {
128 SingleLogoutManager.debug.warning("MPUtils.addFedProtocol", ex);
129 } catch (SessionException ex) {
130 SingleLogoutManager.debug.warning("MPUtils.addFedProtocol2", ex);
167 } catch (UnsupportedOperationException ex) {
168 SingleLogoutManager.debug.warning("MPUtils.addFedProtocol", ex);
169 } catch (SessionException ex) {
170 SingleLogoutManager.debug.warning("MPUtils.addFedProtocol2", ex);
190 } catch (SessionException ex) {
191 SingleLogoutManager.debug.message("MPUtils.isMPSession?", ex);
[all...]
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/persistence/
H A DRepoPersistenceManager.java122 } catch (InterruptedException ex) {
123 logger.warn("Failed to bootstrap repo " + ex.getMessage(), ex);
124 } catch (InvalidSyntaxException ex) {
125 logger.warn("Failed to bootstrap repo " + ex.getMessage(), ex);
163 } catch (NotFoundException ex) {
165 } catch (ResourceException ex) {
166 throw new RuntimeException("Failed to check if configuration exists in repository: " + ex.getMessage(), ex);
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementService.java153 } catch (SMSException ex) {
155 "EntitlementService.getAttributeValues", ex);
156 } catch (SSOException ex) {
158 "EntitlementService.getAttributeValues", ex);
179 } catch (SMSException ex) {
181 "EntitlementService.setAttributeValues", ex);
182 } catch (SSOException ex) {
184 "EntitlementService.setAttributeValues", ex);
212 } catch (InstantiationException ex) {
214 "EntitlementService.getApplicationTypes", ex);
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java88 WebBrowserException ex = (WebBrowserException) throwable;
89 if (ex != null)
92 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java89 WebBrowserException ex = (WebBrowserException) throwable;
90 if (ex != null)
93 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java89 WebBrowserException ex = (WebBrowserException) throwable;
90 if (ex != null)
93 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java88 WebBrowserException ex = (WebBrowserException) throwable;
89 if (ex != null)
92 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DURLWorker.java89 WebBrowserException ex = (WebBrowserException) throwable;
90 if (ex != null)
93 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementConfiguration.java82 } catch (InstantiationException ex) {
84 ex);
85 } catch (IllegalAccessException ex) {
87 ex);
88 } catch (IllegalArgumentException ex) {
90 ex);
91 } catch (InvocationTargetException ex) {
93 ex);
94 } catch (NoSuchMethodException ex) {
96 ex);
[all...]
H A DListenerManager.java54 } catch (InstantiationException ex) {
55 PolicyConstants.DEBUG.error("ListenerManager.<init>", ex);
56 } catch (IllegalAccessException ex) {
57 PolicyConstants.DEBUG.error("ListenerManager.<init>", ex);
58 } catch (ClassNotFoundException ex) {
59 PolicyConstants.DEBUG.error("ListenerManager.<init>", ex);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DURLWorker.java84 WebBrowserException ex = (WebBrowserException) throwable;
85 if (ex != null)
88 new WebBrowserErrorDialog((JFrame) panel.getMainWindow(), ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DListenerManager.java54 } catch (InstantiationException ex) {
55 PolicyConstants.DEBUG.error("ListenerManager.<init>", ex);
56 } catch (IllegalAccessException ex) {
57 PolicyConstants.DEBUG.error("ListenerManager.<init>", ex);
58 } catch (ClassNotFoundException ex) {
59 PolicyConstants.DEBUG.error("ListenerManager.<init>", ex);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/util/
H A DProviderUtil.java51 } catch (Exception ex) {
52 debug.error("ProviderUtil.static:", ex);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/session/
H A DSessionException.java74 * @param ex an exception
76 public SessionException(Exception ex) { argument
77 super(ex);

Completed in 242 milliseconds

1234567891011>>