// The callback has already been notified if testFileTarget
// returns false, so we don't need to do anything here.
} catch (RemoteException e) {
callback.caught(convert(e));
} catch (IntegrationServerException e) {
callback.caught(new IntegrationServerException("Server exception: " + e.getMessage(), e));
}
}