throw new LocalCancellationException(null, CancelOption.NOTIFY_PEER);
subMonitor.subTask("");
log.debug("Inv" + Utils.prefix(peer) + ": Sending file list...");
subMonitor.setTaskName("Sending file list...");
this.sarosSession.sendActivity(sarosSession.getUser(peer),
new ProjectsAddedActivity(sarosSession.getLocalUser(), pInfos,
processID, this.doStream));
subMonitor.done();
}