package e.r;

import com.seewo.vcommons.constants.SeewoIntent;
import java.io.File;
import java.io.IOException;

/* JADX INFO: loaded from: classes.dex */
public class d extends IOException {
    public d(File file, File file2, String str) {
        e.s.c.k.e(file, SeewoIntent.KEY_FILE_TO_3288);
        StringBuilder sb = new StringBuilder(file.toString());
        if (file2 != null) {
            sb.append(" -> " + file2);
        }
        if (str != null) {
            sb.append(": " + str);
        }
        String string = sb.toString();
        e.s.c.k.d(string, "sb.toString()");
        super(string);
    }
}
