Searched refs:attemptNo (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java155 * @param attemptNo the attempt number, first attempt is 0
158 private static void handleSQLException(SQLException sqle, int attemptNo) argument
169 if (isTransient && attemptNo < MAX_RETRIES) {

Completed in 11 milliseconds