{
logger.error(pbe.getMessage(), pbe);
throw new SecurityException(SecurityException.SECURITY_DOMAIN_UPDATE_FAILURE.create(domain.getDomainId()));
}
KeyedMessage msg = SecurityException.UNEXPECTED.create("JetspeedSecurityPersistenceManager",
"updateDomain",
pbe.getMessage());
logger.error(msg, pbe);
throw new SecurityException(msg, pbe);
}