/* Handler present */
if (handler != null)
return handler.reload(link, monitor, properties);
/* No Handler present */
throw new UnknownFeedException(Activator.getDefault().createErrorStatus("Could not find a matching ProtocolHandler for: " + protocol, null)); //$NON-NLS-1$
}