package kotlin.io;

import java.io.File;
import kotlin.jvm.internal.DefaultConstructorMarker;
import p402.InterfaceC6540;
import p402.p411.p413.C6635;

/* JADX INFO: loaded from: classes.dex */
@InterfaceC6540
public final class NoSuchFileException extends FileSystemException {
    /* JADX WARN: Illegal instructions before constructor call */
    public /* synthetic */ NoSuchFileException(File file, File file2, String str, int i, DefaultConstructorMarker defaultConstructorMarker) {
        file2 = (i & 2) != 0 ? null : file2;
        str = (i & 4) != 0 ? null : str;
        if (file != null) {
            super(file, file2, str);
        } else {
            C6635.m9824("file");
            throw null;
        }
    }
}
