more recaptcha changes

This commit is contained in:
Timothy Prepscius 2013-09-29 19:29:30 -04:00
parent 8777598bb2
commit 4846093f18
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class CaptchaResponse extends HttpServlet {
* @throws SQLException * @throws SQLException
* @see HttpServlet#HttpServlet() * @see HttpServlet#HttpServlet()
*/ */
public CaptchaResponse() throws ClassNotFoundException, SQLException, IOException public CaptchaResponse() throws Exception
{ {
super(); super();