Package org.eclipse.emf.cdo.view
Class CDOUnitManager.UnitNotFoundException
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.UnitNotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CDOUnitManager
An unchecked
CDOException
being thrown from
CDOUnitManager.openUnit()
to indicate that no unit
exists for the given root object.- 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
-
UnitNotFoundException
public UnitNotFoundException()
-