coverity 1311707: only sql exception on select would have been caught. passing all runtime exceptions through

Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>

This closes #584
This commit is contained in:
Daan Hoogland 2015-07-14 10:50:05 +02:00 committed by Daan Hoogland
parent 3c125c0dc1
commit a1ff7e24f3
1 changed files with 0 additions and 2 deletions

View File

@ -156,8 +156,6 @@ public class SequenceFetcher {
s_logger.warn("Caught this exception when running: " + (updateStmt != null ? updateStmt.toString() : ""), e);
}
}
} catch (Exception e) {
s_logger.warn("Caught this exception when running.", e);
}
return null;
}