final ServiceDescriptionFactory serviceFactory = new ServiceDescriptionFactory(
toolIdentifier, serviceProvider, configuration);
this.serviceDescription = serviceFactory.getServiceDescription();
} catch (Exception e) {
throw new MigrationInitialisationException(
"Failed initialising migration path data from the configuration document: "
+ configuration.getNodeName(), e);
}
}