throw new RegistryAccessorInstantiateException(
provRegAccessorClass, e);
}
}
} catch (IOException e) {
throw new AiravataConfigurationException(
"Error reading the configuration file", e);
}
}else{
throw new AiravataConfigurationException(
"Error loading the configuration file");
}
}