|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.eclipse.emf.cdo.server.ContainmentCycleDetectedException
ContainmentCycleException in the client.
@Deprecated public class ContainmentCycleDetectedException

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.
| Constructor Summary | |
|---|---|
ContainmentCycleDetectedException()
Deprecated. |
|
ContainmentCycleDetectedException(String s)
Deprecated. |
|
ContainmentCycleDetectedException(String message,
Throwable cause)
Deprecated. |
|
ContainmentCycleDetectedException(Throwable cause)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContainmentCycleDetectedException()
public ContainmentCycleDetectedException(String message,
Throwable cause)
public ContainmentCycleDetectedException(String s)
public ContainmentCycleDetectedException(Throwable cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||