throw new OperationCanceledException();
}
} catch (InterruptedException e) {
// TODO: do we want to handle this differently...?
Thread.interrupted();
throw new TeamException("Interrupted whilst fetching variant"); //$NON-NLS-1$
}
}
monitor.done();
Object tmpValue = returnValue;