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

Completed in 10 milliseconds