package w1;

import java.io.File;
import java.io.IOException;
import kotlin.jvm.internal.l;

/* JADX INFO: loaded from: classes.dex */
public class e extends IOException {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private final File f6735b;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final File f6736g;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    private final String f6737r;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public e(File file, File file2, String str) {
        super(c.b(file, file2, str));
        l.e(file, "file");
        this.f6735b = file;
        this.f6736g = file2;
        this.f6737r = str;
    }
}
