diff --git a/impl/src/java/org/sakaiproject/contentreview/impl/ContentReviewServiceImpl.java b/impl/src/java/org/sakaiproject/contentreview/impl/ContentReviewServiceImpl.java index 09cfb79..f3056f8 100644 --- a/impl/src/java/org/sakaiproject/contentreview/impl/ContentReviewServiceImpl.java +++ b/impl/src/java/org/sakaiproject/contentreview/impl/ContentReviewServiceImpl.java @@ -524,7 +524,7 @@ public int getReviewScore(String contentId, String assignmentRef, String userId) } }else{ //content id is bad - throw new ReportException("Couldn't find report score for contentId: " + contentId); + throw new QueueException("Couldn't find report score for contentId: " + contentId); } }else{ return score;