protected void noService(String userId, String service)
throws NoServiceException {
// The user did not have access to the service
abuseLog.log(Level.INFO, "No access to:" + service + " userId: "
+ userId);
throw new NoServiceException("No access to service");
}