Uses of Class
org.eclipse.ecf.core.sharedobject.SharedObjectAddException

Packages that use SharedObjectAddException
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.provider.generic   
 

Uses of SharedObjectAddException in org.eclipse.ecf.core.sharedobject
 

Subclasses of SharedObjectAddException in org.eclipse.ecf.core.sharedobject
 class SharedObjectAddAbortException
          Exception thrown during transactional add of shared object
 

Methods in org.eclipse.ecf.core.sharedobject that throw SharedObjectAddException
 ID ISharedObjectManager.addSharedObject(ID sharedObjectID, ISharedObject sharedObject, java.util.Map properties)
          Add an ISharedObject to this container.
 

Uses of SharedObjectAddException in org.eclipse.ecf.provider.generic
 

Methods in org.eclipse.ecf.provider.generic that throw SharedObjectAddException
 ID SOManager.addSharedObject(ID sharedObjectID, ISharedObject sharedObject, java.util.Map properties)