for (int row = 0; row < ids.length; row++) {
exchanges[row] = getExchange(adapter.doLoadData(connection, ids[row]));
}
return exchanges;
} catch (Exception e) {
throw new AuditorException("Could not retrieve exchanges", e);
} finally {
close(connection, false);
}
}