Package eu.planets_project.ifr.core.services.migration.genericwrapper1.exceptions

Examples of eu.planets_project.ifr.core.services.migration.genericwrapper1.exceptions.MigrationInitialisationException


      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);
  }
    }
View Full Code Here

TOP

Related Classes of eu.planets_project.ifr.core.services.migration.genericwrapper1.exceptions.MigrationInitialisationException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.