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
- public class ContainmentCycleDetectedException
- extends IllegalStateException
An unchecked exception that is thrown from concurrent commit operations if cycles in the tree containmnent structure
would result.
- Since:
- 4.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContainmentCycleDetectedException
public ContainmentCycleDetectedException()
ContainmentCycleDetectedException
public ContainmentCycleDetectedException(String message,
Throwable cause)
ContainmentCycleDetectedException
public ContainmentCycleDetectedException(String s)
ContainmentCycleDetectedException
public ContainmentCycleDetectedException(Throwable cause)
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.