Skip to content

Commit

Permalink
#191 improve error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Feb 27, 2017
1 parent 286fdb2 commit e1a927a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public List<Document> retriveDocuments(final DocumentQuery query, final int limi
}
}
}
catch (final Exception e)
catch (final SQLException e)
{
throw new DBException(e, sql, sqlParams);
}
Expand Down

0 comments on commit e1a927a

Please sign in to comment.