{
logger.error(pbe.getMessage(), pbe);
throw new SecurityException(SecurityException.PRINCIPAL_UPDATE_FAILURE.createScoped(principal.getType().getName(), principal.getName()));
}
KeyedMessage msg = SecurityException.UNEXPECTED.create("JetspeedSecurityPersistenceManager",
"removePrincipal",
pbe.getMessage());
logger.error(msg, pbe);
throw new SecurityException(msg, pbe);
}