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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java196 * @param sqle the exception to handle
200 private static void handleSQLException(SQLException sqle, int attemptNo) argument
203 for (Throwable cause : sqle) {
212 LOGGER.log(Level.FINE, "Transient database failure details:", sqle);
214 throw sqle;
377 } catch (SQLException sqle) {
378 handleSQLException(sqle, i);
409 } catch (SQLException sqle) {
410 handleSQLException(sqle, i);
415 } catch (SQLException sqle) {
[all...]

Completed in 11 milliseconds