error_msg = "The benchmark profile does not have a valid flight start date.";
}
if (error_msg != null) throw new RuntimeException(error_msg);
// Fire off a FindOpenSeats so that we can prime ourselves
FindOpenSeats proc = this.getProcedure(FindOpenSeats.class);
try {
boolean ret = this.executeFindOpenSeats(proc);
assert(ret);
} catch (SQLException ex) {
throw new RuntimeException(ex);