package com.hierynomus.msdfsc;

import com.hierynomus.smbj.paths.PathResolveException;

/* JADX INFO: loaded from: classes.dex */
public class DFSException extends PathResolveException {
    public DFSException(long j, String str) {
        super(j, str);
    }

    public DFSException(Throwable th) {
        super(th);
    }
}
