Class SynchronizationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.ars.ars.mgmt.datatree.synchronization.SynchronizationFailedException
All Implemented Interfaces:
Serializable

public class SynchronizationFailedException extends Exception
Exception, die geworfen wird, wenn die Synchronisation auf eine Datenidentifikation fehlgeschlagen ist
See Also:
  • Constructor Details

    • SynchronizationFailedException

      public SynchronizationFailedException(@Nullable Duration timeout, Object element, Collection<? extends SyncKey<?>> otherLocks, @Nullable Throwable parent)
      Exception-Konstruktor
      Parameters:
      timeout - Abgelaufener Timeout (kann null sein, falls kein Timeout abgelaufen ist)
      element - Element, auf das Synchronisiert wurde (z. B. Datenidentifikation)
      otherLocks - Andere gehaltene Locks, die vermutlich die Synchronisierung verhinderten
      parent - Verursachende Exception (i. d. R. eine InterruptedException)