package com.hierynomus.smbj.paths;

/* JADX INFO: loaded from: classes3.dex */
public class PathResolveException extends Exception {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final long f1139;

    public PathResolveException(long j, String str) {
        super(str);
        this.f1139 = j;
    }
}
