mirror of https://github.com/apache/cloudstack.git
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:
parent
3c125c0dc1
commit
a1ff7e24f3
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue