/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/ |
H A D | AgentSSOException.java | 43 * @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 D | AgentServerErrorException.java | 42 * @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);
|
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/org/forgerock/openam/install/tools/logs/ |
H A D | DebugFileLog.java | 31 public void log(String message, Throwable ex) { argument 32 Debug.log(message, ex);
|
H A D | DebugLog.java | 36 * @param ex the exception to log the stack trace for. 38 void log(String message, Throwable ex); argument
|
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/ |
H A D | DB2SQLExceptionHandler.java | 39 public boolean isRetryable(SQLException ex, Connection connection) { argument 44 if (-911 == ex.getErrorCode() || -912 == ex.getErrorCode() || -904 == ex.getErrorCode()) {
|
H A D | MySQLExceptionHandler.java | 39 public boolean isErrorType(SQLException ex, ErrorType errorType) { argument 40 boolean result = XOpenErrorMapping.isErrorType(ex, errorType); 45 return 1062 == ex.getErrorCode();
|
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/ |
H A D | UpdateException.java | 41 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 D | PatchException.java | 46 * @param ex The throwable which caused the exception 48 public PatchException(String message, Throwable ex) { argument 49 super(message, ex);
|
H A D | PostPatchException.java | 46 * @param ex The throwable which caused the exception 48 public PostPatchException(String message, Throwable ex) { argument 49 super(message, ex);
|
H A D | PrePatchException.java | 46 * @param ex The throwable which caused the exception 48 public PrePatchException(String message, Throwable ex) { argument 49 super(message, ex);
|
/forgerock/openam/openam-tools/openam-installtools/src/main/java/org/forgerock/openam/install/tools/logs/ |
H A D | DebugFileLog.java | 31 public void log(String message, Throwable ex) { argument 32 Debug.log(message, ex);
|
H A D | DebugLog.java | 36 * @param ex the exception to log the stack trace for. 38 void log(String message, Throwable ex); argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/ |
H A D | LogPublisherErrorHandler.java | 65 * @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/quicksetup/org/opends/quicksetup/ui/ |
H A D | WebBrowserErrorDialog.java | 70 * @param ex the WebBrowserException. 72 public WebBrowserErrorDialog(JFrame parent, WebBrowserException ex) argument 77 this.url = ex.getUrl(); 196 } catch (Exception ex) 198 ex.printStackTrace();
|
/forgerock/opendj2/src/server/org/opends/server/loggers/ |
H A D | LogPublisherErrorHandler.java | 64 * @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-b2.6/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | WebBrowserErrorDialog.java | 71 * @param ex the WebBrowserException. 73 public WebBrowserErrorDialog(JFrame parent, WebBrowserException ex) argument 78 this.url = ex.getUrl(); 197 } catch (Exception ex) 199 ex.printStackTrace();
|
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | WebBrowserErrorDialog.java | 71 * @param ex the WebBrowserException. 73 public WebBrowserErrorDialog(JFrame parent, WebBrowserException ex) argument 78 this.url = ex.getUrl(); 197 } catch (Exception ex) 199 ex.printStackTrace();
|
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/ |
H A D | LogPublisherErrorHandler.java | 65 * @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 D | LogPublisherErrorHandler.java | 65 * @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/quicksetup/org/opends/quicksetup/ui/ |
H A D | WebBrowserErrorDialog.java | 70 * @param ex the WebBrowserException. 72 public WebBrowserErrorDialog(JFrame parent, WebBrowserException ex) argument 77 this.url = ex.getUrl(); 196 } catch (Exception ex) 198 ex.printStackTrace();
|
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/ |
H A D | LogPublisherErrorHandler.java | 64 * @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-jel-hg/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | WebBrowserErrorDialog.java | 71 * @param ex the WebBrowserException. 73 public WebBrowserErrorDialog(JFrame parent, WebBrowserException ex) argument 78 this.url = ex.getUrl(); 197 } catch (Exception ex) 199 ex.printStackTrace();
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/ |
H A D | WebBrowserErrorDialog.java | 70 * @param ex the WebBrowserException. 72 public WebBrowserErrorDialog(JFrame parent, WebBrowserException ex) argument 77 this.url = ex.getUrl(); 196 } catch (Exception ex) 198 ex.printStackTrace();
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/ |
H A D | LogPublisherErrorHandler.java | 65 * @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-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/ |
H A D | DataStoreProviderException.java | 63 * @param ex an exception 65 public DataStoreProviderException(Exception ex) { argument 66 super(ex);
|