Package org.eclipse.emf.cdo.server
Klasse ContainmentCycleDetectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.eclipse.emf.cdo.server.ContainmentCycleDetectedException
- Alle implementierten Schnittstellen:
Serializable
Veraltet.
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:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Veraltet.ContainmentCycleDetectedException
(String message, Throwable cause) Veraltet.Veraltet. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ContainmentCycleDetectedException
public ContainmentCycleDetectedException()Veraltet. -
ContainmentCycleDetectedException
Veraltet. -
ContainmentCycleDetectedException
Veraltet. -
ContainmentCycleDetectedException
Veraltet.
-
ContainmentCycleException
in the client.