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

/opengrok-jel/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
162 for (Throwable cause : sqle) {
171 logger.log(Level.FINE, "Transient database failure details", sqle);
173 throw sqle;
355 } catch (SQLException sqle) {
356 handleSQLException(sqle, i);
391 } catch (SQLException sqle) {
392 handleSQLException(sqle, i);
397 } catch (SQLException sqle) {
[all...]

Completed in 9 milliseconds