logger.debug("SQL Exception: " + sqle.getLocalizedMessage());\r
tempException = tempException.getNextException();\r
}\r
- throw new RuntimeException("SQL problem in executeQuery: ", sqle);\r
+ throw new RuntimeException("SQL Exception in executeQuery: ", sqle);\r
} finally {\r
try {\r
if (stmt != null) {\r
logger.debug("SQL Exception: " + sqle.getLocalizedMessage());\r
tempException = tempException.getNextException();\r
}\r
- throw new RuntimeException("SQL problem in executePreparedQuery: ", sqle);\r
+ throw new RuntimeException("SQL Exception in executePreparedQuery: ", sqle);\r
} finally {\r
try {\r
if (ps != null) {\r
logger.debug("SQL Exception: " + sqle.getLocalizedMessage());\r
tempException = tempException.getNextException();\r
}\r
- throw new RuntimeException("SQL problem in executePreparedQuery: ", sqle);\r
+ throw new RuntimeException("SQL Exception in executePreparedQueries: ", sqle);\r
} finally {\r
try {\r
if (ps != null) {\r
conn.close();\r
}\r
} catch (SQLException sqle) {\r
- logger.debug("SQL Exception closing statement/connection in executeQuery: " + sqle.getLocalizedMessage());\r
+ logger.debug("SQL Exception closing statement/connection in executePreparedQueries: " + sqle.getLocalizedMessage());\r
return null;\r
}\r
}\r
logger.debug("SQL Exception: " + msg);\r
tempException = tempException.getNextException();\r
}\r
- throw new RuntimeException("SQL problem in executeUpdate: " + msg, sqle);\r
+ throw new RuntimeException("SQL Exception in executeUpdate: " + msg, sqle);\r
} finally {\r
try {\r
if (stmt != null) {\r