throw new OctopusUnauthorizedException(securityViolations);
}
}
}
CustomVoterCheck customCheck = getAnnotation(annotations, CustomVoterCheck.class);
if (customCheck != null) {
Set<SecurityViolation> securityViolations = performCustomChecks(customCheck, context);
if (!securityViolations.isEmpty()) {