7677787980818283
if (checkA && checkB) { log.info("Store access permitted"); return; } else { throw new PermissionDeniedException("No store access"); } }