{
getPersistenceBrokerTemplate().store(internal);
}
catch (Exception e)
{
KeyedMessage msg = SecurityException.UNEXPECTED.create("PermissionManager.updatePermission",
"store", e.getMessage());
logger.error(msg, e);
throw new SecurityException(msg, e);
}