SEATSClient.this.requeueReservation(element);
}
// Aborted - Figure out why!
else if (clientResponse.getStatus() == Status.ABORT_USER) {
String msg = clientResponse.getStatusString();
ErrorType errorType = ErrorType.getErrorType(msg);
if (debug.val)
LOG.debug(String.format("Client %02d :: NewReservation %s [ErrorType=%s] - %s",
getClientId(), clientResponse.getStatus(), errorType, clientResponse.getStatusString()),
clientResponse.getException());