package okhttp3.internal.http2;

import java.io.IOException;
import kotlin.jvm.internal.o;

/* JADX INFO: loaded from: classes3.dex */
public final class StreamResetException extends IOException {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final ErrorCode f22594a;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public StreamResetException(ErrorCode errorCode) {
        super("stream was reset: " + errorCode);
        o.h(errorCode, "errorCode");
        this.f22594a = errorCode;
    }
}
