Searched refs:sqle (Results 1 - 2 of 2) 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...]
/opengrok/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java105 } catch (SQLException sqle) {
107 if (!sqle.getSQLState().equals("08006")) {
108 throw sqle;

Completed in 10 milliseconds