Uses of Class
org.eclipse.core.runtime.OperationCanceledException

Packages that use OperationCanceledException
org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity. 
 

Uses of OperationCanceledException in org.eclipse.core.runtime.jobs
 

Methods in org.eclipse.core.runtime.jobs that throw OperationCanceledException
 void IJobManager.join(java.lang.Object family, IProgressMonitor monitor)
          Waits until all jobs of the given family are finished.