Integer.MAX_VALUE,
cls,
sodaRequest);
} catch (ClientHandlerException exception) {
if (i >= retries) {
throw new LongRunningRequestStatusCheckException(exception, this);
}
} catch (SodaError sodaError) {
if (i >= retries) {
sodaError.setLongRunningRequest(this);
throw sodaError;