LOGGER.warn("Connection {} marked as broken because of SQLSTATE({})",delegate.toString(),sqlState);
LOGGER.warn("Connection {} marked as broken because of SQLSTATE({}), ErrorCode({}): {}",delegate.toString(),sqlState,sqle.getErrorCode(),sqle.getNextException());