try {
return metaExplorer.getAllMembers(cube, hierarchyName, levelName, searchString, searchLimit);
} catch (SaikuOlapException e) {
throw new SaikuServiceException("Cannot get all members for cube ( " + cube
+ " ) hierarchy ( " + hierarchyName + " )", e);
}
}