Package org.eclipse.emf.cdo.view
Class CDOUnitManager.UnitExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.emf.cdo.common.util.CDOException
org.eclipse.emf.cdo.view.CDOUnitManager.UnitExistsException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CDOUnitManager
An unchecked
CDOException
being thrown from
CDOUnitManager.createUnit()
to indicate that the given root object already is the root
of an existing unit
.- Author:
- Eike Stepper
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnitExistsException
public UnitExistsException()
-