org.eclipse.emf.cdo.server
Class ContainmentCycleDetectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by 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

Constructor Summary
ContainmentCycleDetectedException()
           
ContainmentCycleDetectedException(String s)
           
ContainmentCycleDetectedException(String message, Throwable cause)
           
ContainmentCycleDetectedException(Throwable cause)
           
 
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

ContainmentCycleDetectedException

public ContainmentCycleDetectedException()

ContainmentCycleDetectedException

public ContainmentCycleDetectedException(String message,
                                         Throwable cause)

ContainmentCycleDetectedException

public ContainmentCycleDetectedException(String s)

ContainmentCycleDetectedException

public ContainmentCycleDetectedException(Throwable cause)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.