Commit 48a3b51e authored by sdhaul's avatar sdhaul

Added missing catch

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200206 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0479e655
......@@ -834,6 +834,11 @@ public class CourseDAO
docContents = docContentList.get(0);
}
}
catch (HibernateException e)
{
BaseLogger.log("0", null, null, "HibernateException :");
BaseLogger.log("0", null, null, e.getMessage());
}
return docContents;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment