Package org.eclipse.emf.cdo.server
Class ContainmentCycleDetectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.eclipse.emf.cdo.server.ContainmentCycleDetectedException
- All Implemented Interfaces:
Serializable
Deprecated.
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 Summary
ConstructorDescriptionDeprecated.Deprecated.ContainmentCycleDetectedException
(String message, Throwable cause) Deprecated.Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContainmentCycleDetectedException
public ContainmentCycleDetectedException()Deprecated. -
ContainmentCycleDetectedException
Deprecated. -
ContainmentCycleDetectedException
Deprecated. -
ContainmentCycleDetectedException
Deprecated.
-
ContainmentCycleException
in the client.