Searched defs:sqle (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java154 * @param sqle the exception to handle
158 private static void handleSQLException(SQLException sqle, int attemptNo) argument
161 for (Throwable cause : sqle) {
171 logger.log(Level.FINE, "Transient database failure details:", sqle);
173 throw sqle;
356 } catch (SQLException sqle) {
357 handleSQLException(sqle, i);
391 } catch (SQLException sqle) {
392 handleSQLException(sqle, i);
397 } catch (SQLException sqle) {
[all...]

Completed in 10 milliseconds