throw new ToolPluginException("Failed to create object store root provider plugin:"+e);
}
}
else
{
_rootProvider = new DefaultRootProvider();
}
if (!initialize(props, INITIALIZER_PROPERTY) && !initialize(props, ALT_INITIALIZER_PROPERTY))
throw new ToolPluginException("Cannot locate plugin initializer for plugin " + getClass().getName());