Searched defs:syncException (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java1036 SynchronizationException syncException;
1039 syncException = new SynchronizationException("Reconciliation canceled: " + reconContext.getReconId());
1043 syncException = new SynchronizationException("Interrupted execution of reconciliation", ex);
1046 throw syncException;
1095 * @param syncException the Exception
1097 public void setLogEntryMessage(AbstractSyncAuditEventLogger entry, Exception syncException) { argument
1099 Throwable cause = syncException; // Root cause
1100 entry.setException(syncException);
1116 entry.setMessage(syncException != cause
1117 ? syncException
[all...]

Completed in 33 milliseconds