pt = new PluginTalker(node, handler, pluginname, identifier, handler.hasFullAccess());
} catch (PluginNotFoundException e) {
throw new MessageInvalidException(ProtocolErrorMessage.NO_SUCH_PLUGIN, pluginname + " not found or is not a FCPPlugin", identifier, false);
}
pt.send(plugparams, data2);
}
}