Uses of Class
org.eclipse.emf.cdo.common.util.CDOException

Packages that use CDOException
org.eclipse.emf.cdo.common.util Common utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.util Client utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
 

Uses of CDOException in org.eclipse.emf.cdo.common.util
 

Subclasses of CDOException in org.eclipse.emf.cdo.common.util
 class TransportException
          An unchecked exception that indicates transport-level problems.
 

Uses of CDOException in org.eclipse.emf.cdo.server
 

Subclasses of CDOException in org.eclipse.emf.cdo.server
 class RepositoryNotFoundException
          An unchecked exception being thrown when opening a session to a named repository that cannot be found.
 

Uses of CDOException in org.eclipse.emf.cdo.util
 

Subclasses of CDOException in org.eclipse.emf.cdo.util
 class DanglingReferenceException
          An unchecked exception being thrown from CDOUserTransaction.commit() if the commit change set is referencing objects that are not contained by any resource before the server is contacted.
 class InvalidObjectException
          Exception occurs when an object isn't valid anymore.
 class InvalidURIException
          An unchecked exception being thrown to indicate problems with the URI of a resource.
 class LockTimeoutException
          An unchecked exception being thrown if locks could not be acquired within the specified timeout period.
 class ObjectNotFoundException
          Exception occurs when an id doesn't exist on the server.
 class ReadOnlyException
          An unchecked exception being thrown if write access to objects of a read-only view is attempted.
 class ServerException
          Deprecated. Not used.
 class StaleRevisionLockException
          An unchecked exception being thrown when attempting to lock stale objects.
 

Uses of CDOException in org.eclipse.emf.cdo.view
 

Methods in org.eclipse.emf.cdo.view that throw CDOException
 CDOResourceNode CDOView.getResourceNode(String path)
          Returns the resource node with the given path.
 



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