throws PolicyStoreException {
// search for policy - active and inactive
String pid = this.getPID(policyName);
ObjectProfile objectProfile = null;
try {
objectProfile =
this.apiAService.getObjectProfile(getContext(), pid, null);
} catch (ObjectNotInLowlevelStorageException e) {
} catch (ServerException e) {