pull/347/head
Nitin 10 years ago
parent e313835b94
commit ee043a3031

@ -208,7 +208,7 @@ public class HikariPool implements HikariPoolMXBean, IBagStateListener
if (originalException instanceof SQLException) { if (originalException instanceof SQLException) {
sqlState = ((SQLException) originalException).getSQLState(); sqlState = ((SQLException) originalException).getSQLState();
} }
throw new SQLTransientConnectionException(poolName + " - Connection not available, timeout after " + clockSource.elapsedMillis(startTime) + "ms.", sqlState, originalException); throw new SQLTransientConnectionException(poolName + " - Connection is not available, request timed out after " + clockSource.elapsedMillis(startTime) + "ms.", sqlState, originalException);
} }
/** /**

Loading…
Cancel
Save