Klasse ContainmentCycleDetectedException

Alle implementierten Schnittstellen:
Serializable

@Deprecated public class ContainmentCycleDetectedException extends IllegalStateException
Veraltet.
As of 4.2 no longer used in the server; replaced by ContainmentCycleException in the client.
An unchecked exception that can thrown from a commit operation that is based on stale information about the tree structure of the model and would introduce a containment cycle.

This situation results from a network race condition and can not be prevented by write locks on the changed objects. The committing client must rollback the transaction , replay the original changes and try to commit again.

Seit:
4.0
Autor:
Eike Stepper
Siehe auch:
  • Konstruktordetails

    • ContainmentCycleDetectedException

      public ContainmentCycleDetectedException()
      Veraltet.
    • ContainmentCycleDetectedException

      public ContainmentCycleDetectedException(String message, Throwable cause)
      Veraltet.
    • ContainmentCycleDetectedException

      public ContainmentCycleDetectedException(String s)
      Veraltet.
    • ContainmentCycleDetectedException

      public ContainmentCycleDetectedException(Throwable cause)
      Veraltet.