Class ContainmentCycleDetectedException

All Implemented Interfaces:
Serializable

@Deprecated public class ContainmentCycleDetectedException extends IllegalStateException
Deprecated.
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.

Since:
4.0
Author:
Eike Stepper
See Also:
  • Constructor Details

    • ContainmentCycleDetectedException

      public ContainmentCycleDetectedException()
      Deprecated.
    • ContainmentCycleDetectedException

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

      public ContainmentCycleDetectedException(String s)
      Deprecated.
    • ContainmentCycleDetectedException

      public ContainmentCycleDetectedException(Throwable cause)
      Deprecated.