package com.bumptech.glide.load;

import java.io.IOException;
import p138.p139.p143.p144.C2803;

/* JADX INFO: loaded from: classes.dex */
public final class HttpException extends IOException {
    public HttpException(int i) {
        super(C2803.m4871("Http request failed with status code: ", i), null);
    }

    public HttpException(String str) {
        super(str, null);
    }

    public HttpException(String str, int i) {
        super(str, null);
    }
}
