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:
- java.io.Serializable
 
 @Deprecated public class ContainmentCycleDetectedException extends java.lang.IllegalStateExceptionDeprecated.As of 4.2 no longer used in the server; replaced byContainmentCycleExceptionin 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 rollbackthe transaction , replay the original changes and try tocommitagain.- Since:
- 4.0
- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ContainmentCycleDetectedException()Deprecated.ContainmentCycleDetectedException(java.lang.String s)Deprecated.ContainmentCycleDetectedException(java.lang.String message, java.lang.Throwable cause)Deprecated.ContainmentCycleDetectedException(java.lang.Throwable cause)Deprecated.
 
- 
- 
- 
Constructor Detail- 
ContainmentCycleDetectedExceptionpublic ContainmentCycleDetectedException() Deprecated.
 - 
ContainmentCycleDetectedExceptionpublic ContainmentCycleDetectedException(java.lang.String message, java.lang.Throwable cause)Deprecated.
 - 
ContainmentCycleDetectedExceptionpublic ContainmentCycleDetectedException(java.lang.String s) Deprecated.
 - 
ContainmentCycleDetectedExceptionpublic ContainmentCycleDetectedException(java.lang.Throwable cause) Deprecated.
 
- 
 
-