throw new RepositoryConfigurationException("Value storage didn't configure in workspace ["
+ wsConfig.getName() + "] configuration but value storage backup files exist");
}
}
return new ComplexDataRestore(restorers);
}
catch (FileNotFoundException e)
{
throw new BackupException(e);
}