String name) {
// attempt to retrieve the supplied policy from the repository.
try {
Policy retrievedPolicy = accessor.retrievePolicy(name);
return retrievedPolicy != null;
} catch (RepositoryException e) {
// If there was an exception here, we do not know if the policy
// exists in the repository or not, and if we let the exception
// go up the stack, then it obscures the original exception which