Searched refs:ex (Results 1 - 25 of 2390) sorted by relevance

1234567891011>>

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentSSOException.java43 * @param ex The exception that originally caused the failure.
46 public AgentSSOException(String msg, Exception ex) { argument
47 super(msg, ex);
63 * @param ex The <code>Exception</code> which caused this failure.
65 public AgentSSOException(Exception ex) { argument
66 super(ex);
H A DAgentServerErrorException.java42 * @param ex The exception that originally caused the failure.
45 public AgentServerErrorException(String msg, Exception ex) { argument
46 super(msg, ex);
62 * @param ex The <code>Exception</code> which caused this failure.
64 public AgentServerErrorException(Exception ex) { argument
65 super(ex);
H A DAgentException.java46 * @param ex The exception that originally caused the failure.
49 public AgentException(String msg, Exception ex) { argument
50 setInnerException(ex);
67 * @param ex The <code>Exception</code> which caused this failure.
69 public AgentException(Exception ex) { argument
70 this(ex.getMessage(), ex);
95 Throwable ex = getInnerException();
97 while(ex != null) {
98 if(ex instanceo
[all...]
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DDB2SQLExceptionHandler.java39 public boolean isRetryable(SQLException ex, Connection connection) { argument
44 if (-911 == ex.getErrorCode() || -912 == ex.getErrorCode() || -904 == ex.getErrorCode()) {
H A DDefaultSQLExceptionHandler.java44 public boolean isErrorType(SQLException ex, ErrorType errorType) { argument
45 return XOpenErrorMapping.isErrorType(ex, errorType);
51 public boolean isRetryable(SQLException ex, Connection connection) { argument
53 if (isErrorType(ex, ErrorType.CONNECTION_FAILURE) || isErrorType(ex, ErrorType.DEADLOCK_OR_TIMEOUT)
54 || isErrorType(ex, ErrorType.CANT_CHANGE_TX_ISOLATION)) {
H A DCleanupHelper.java51 } catch (SQLException ex) {
52 logger.warn("Failure during connection close ", ex);
65 } catch (SQLException ex) {
66 logger.warn("Failure during statement close ", ex);
79 } catch (SQLException ex) {
80 logger.warn("Failure during ResultSet close ", ex);
H A DMySQLExceptionHandler.java39 public boolean isErrorType(SQLException ex, ErrorType errorType) { argument
40 boolean result = XOpenErrorMapping.isErrorType(ex, errorType);
45 return 1062 == ex.getErrorCode();
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.java65 * @param ex - the exception occurred.
67 public void handleWriteError(String record, Throwable ex) argument
73 stackTraceToSingleLineString(ex));
83 * @param ex - the exception occurred.
85 public void handleOpenError(File file, Throwable ex) argument
89 stackTraceToSingleLineString(ex));
96 * @param ex - the exception occurred.
98 public void handleCloseError(Throwable ex) argument
102 stackTraceToSingleLineString(ex));
109 * @param ex
111 handleFlushError(Throwable ex) argument
126 handleDeleteError(RetentionPolicy retentionPolicy, Throwable ex) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.java64 * @param ex - the exception occurred.
66 public void handleWriteError(String record, Throwable ex) argument
72 stackTraceToSingleLineString(ex));
82 * @param ex - the exception occurred.
84 public void handleOpenError(File file, Throwable ex) argument
88 stackTraceToSingleLineString(ex));
95 * @param ex - the exception occurred.
97 public void handleCloseError(Throwable ex) argument
101 stackTraceToSingleLineString(ex));
108 * @param ex
110 handleFlushError(Throwable ex) argument
125 handleDeleteError(RetentionPolicy retentionPolicy, Throwable ex) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.java65 * @param ex - the exception occurred.
67 public void handleWriteError(String record, Throwable ex) argument
73 stackTraceToSingleLineString(ex));
83 * @param ex - the exception occurred.
85 public void handleOpenError(File file, Throwable ex) argument
89 stackTraceToSingleLineString(ex));
96 * @param ex - the exception occurred.
98 public void handleCloseError(Throwable ex) argument
102 stackTraceToSingleLineString(ex));
109 * @param ex
111 handleFlushError(Throwable ex) argument
126 handleDeleteError(RetentionPolicy retentionPolicy, Throwable ex) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.java65 * @param ex - the exception occurred.
67 public void handleWriteError(String record, Throwable ex) argument
73 stackTraceToSingleLineString(ex));
83 * @param ex - the exception occurred.
85 public void handleOpenError(File file, Throwable ex) argument
89 stackTraceToSingleLineString(ex));
96 * @param ex - the exception occurred.
98 public void handleCloseError(Throwable ex) argument
102 stackTraceToSingleLineString(ex));
109 * @param ex
111 handleFlushError(Throwable ex) argument
126 handleDeleteError(RetentionPolicy retentionPolicy, Throwable ex) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.java64 * @param ex - the exception occurred.
66 public void handleWriteError(String record, Throwable ex) argument
72 stackTraceToSingleLineString(ex));
82 * @param ex - the exception occurred.
84 public void handleOpenError(File file, Throwable ex) argument
88 stackTraceToSingleLineString(ex));
95 * @param ex - the exception occurred.
97 public void handleCloseError(Throwable ex) argument
101 stackTraceToSingleLineString(ex));
108 * @param ex
110 handleFlushError(Throwable ex) argument
125 handleDeleteError(RetentionPolicy retentionPolicy, Throwable ex) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DLogPublisherErrorHandler.java65 * @param ex - the exception occurred.
67 public void handleWriteError(String record, Throwable ex) argument
72 publisherConfigDN, stackTraceToSingleLineString(ex)));
81 * @param ex - the exception occurred.
83 public void handleOpenError(File file, Throwable ex) argument
86 file, publisherConfigDN, stackTraceToSingleLineString(ex)));
92 * @param ex - the exception occurred.
94 public void handleCloseError(Throwable ex) argument
97 publisherConfigDN, stackTraceToSingleLineString(ex)));
103 * @param ex
105 handleFlushError(Throwable ex) argument
118 handleDeleteError(RetentionPolicy retentionPolicy, Throwable ex) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/coretoken/
H A DCoreTokenStoreFactory.java48 } catch (ClassNotFoundException ex) {
49 CoreTokenUtils.debug.error("CoreTokenStoreFactory.ini", ex);
50 } catch (InstantiationException ex) {
51 CoreTokenUtils.debug.error("CoreTokenStoreFactory.ini", ex);
52 } catch (IllegalAccessException ex) {
53 CoreTokenUtils.debug.error("CoreTokenStoreFactory.ini", ex);
/forgerock/opendj-v3/opendj-server-legacy/src/main/resources/java-stubs/org/opends/server/util/
H A DDynamicConstants.java189 catch (Exception ex) {}
193 catch (Exception ex) {}
197 catch (Exception ex) {}
201 catch (Exception ex) {}
205 catch (Exception ex) {}
209 catch (Exception ex) {}
213 catch (Exception ex) {}
217 catch (Exception ex) {}
221 catch (Exception ex) {}
225 catch (Exception ex) {}
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/coretoken/
H A DCoreTokenStoreFactory.java48 } catch (ClassNotFoundException ex) {
49 CoreTokenUtils.debug.error("CoreTokenStoreFactory.ini", ex);
50 } catch (InstantiationException ex) {
51 CoreTokenUtils.debug.error("CoreTokenStoreFactory.ini", ex);
52 } catch (IllegalAccessException ex) {
53 CoreTokenUtils.debug.error("CoreTokenStoreFactory.ini", ex);
/forgerock/opendj2/resource/
H A DDynamicConstants.java.stubs208 catch (Exception ex) {}
212 catch (Exception ex) {}
216 catch (Exception ex) {}
220 catch (Exception ex) {}
224 catch (Exception ex) {}
228 catch (Exception ex) {}
232 catch (Exception ex) {}
236 catch (Exception ex) {}
240 catch (Exception ex) {}
244 catch (Exception ex) {}
[all...]
/forgerock/opendj-b2.6/resource/
H A DDynamicConstants.java.stubs209 catch (Exception ex) {}
213 catch (Exception ex) {}
217 catch (Exception ex) {}
221 catch (Exception ex) {}
225 catch (Exception ex) {}
229 catch (Exception ex) {}
233 catch (Exception ex) {}
237 catch (Exception ex) {}
241 catch (Exception ex) {}
245 catch (Exception ex) {}
[all...]
/forgerock/opendj2.6.2/resource/
H A DDynamicConstants.java.stubs209 catch (Exception ex) {}
213 catch (Exception ex) {}
217 catch (Exception ex) {}
221 catch (Exception ex) {}
225 catch (Exception ex) {}
229 catch (Exception ex) {}
233 catch (Exception ex) {}
237 catch (Exception ex) {}
241 catch (Exception ex) {}
245 catch (Exception ex) {}
[all...]
/forgerock/opendj2-jel-hg/resource/
H A DDynamicConstants.java.stubs209 catch (Exception ex) {}
213 catch (Exception ex) {}
217 catch (Exception ex) {}
221 catch (Exception ex) {}
225 catch (Exception ex) {}
229 catch (Exception ex) {}
233 catch (Exception ex) {}
237 catch (Exception ex) {}
241 catch (Exception ex) {}
245 catch (Exception ex) {}
[all...]
/forgerock/opendj2-hg/resource/
H A DDynamicConstants.java.stubs208 catch (Exception ex) {}
212 catch (Exception ex) {}
216 catch (Exception ex) {}
220 catch (Exception ex) {}
224 catch (Exception ex) {}
228 catch (Exception ex) {}
232 catch (Exception ex) {}
236 catch (Exception ex) {}
240 catch (Exception ex) {}
244 catch (Exception ex) {}
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/org/forgerock/openam/install/tools/logs/
H A DDebugFileLog.java31 public void log(String message, Throwable ex) { argument
32 Debug.log(message, ex);
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/
H A DSQLExceptionHandler.java40 * @param ex The exception thrown by the database
44 boolean isErrorType(SQLException ex, ErrorType errorType); argument
48 * @param ex the exception thrown by the database
52 boolean isRetryable(SQLException ex, Connection connection); argument
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DUpdateException.java41 public UpdateException(String message, Throwable ex) { argument
42 super(message, ex);
/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/exception/
H A DPatchException.java46 * @param ex The throwable which caused the exception
48 public PatchException(String message, Throwable ex) { argument
49 super(message, ex);

Completed in 170 milliseconds

1234567891011>>