package okhttp3.internal.connection;

import java.io.IOException;
import p402.InterfaceC6540;
import p402.p411.p413.C6635;

/* JADX INFO: loaded from: classes.dex */
@InterfaceC6540
public final class RouteException extends RuntimeException {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public IOException f2193;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final IOException f2194;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public RouteException(IOException iOException) {
        super(iOException);
        if (iOException == null) {
            C6635.m9824("firstConnectException");
            throw null;
        }
        this.f2194 = iOException;
        this.f2193 = iOException;
    }
}
