}
else if (e.getCode() == 1513) { // file_not_readable
throw new ClusterFileNotReadableException(clusterFile);
}
else if (e.getCode() == 1516) { // cluster_file_too_large
throw new ClusterFileTooLargeException(clusterFile);
}
throw e;
}
String rootDirName = configService.getProperty(CONFIG_ROOT_DIR);
List<String> rootDirPath = parseDirString(rootDirName);