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

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

Completed in 396 milliseconds