package defpackage;

import androidx.media3.container.NalUnitUtil;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000\u000e\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\u0018\u00002\u00060\u0001j\u0002`\u0002¨\u0006\u0003"}, d2 = {"Li98;", "Ljava/lang/IllegalStateException;", "Lkotlin/IllegalStateException;", "ktor-client-core"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final class i98 extends IllegalStateException {
    public final rd4 a;
    public final Throwable b;
    public final String c;

    public /* synthetic */ i98(rd4 rd4Var, Throwable th, String str, int i) {
        this((i & 1) != 0 ? null : rd4Var, (i & 2) != 0 ? null : th, str);
    }

    @Override // java.lang.Throwable
    public final Throwable getCause() {
        return this.b;
    }

    @Override // java.lang.Throwable
    public final String getMessage() {
        return this.c;
    }

    public i98(rd4 rd4Var, Throwable th, String str) {
        this.a = rd4Var;
        this.b = th;
        this.c = str;
    }
}
