package com.alibaba.fastjson;

/* JADX INFO: loaded from: classes.dex */
public class JSONPathException extends JSONException {
    public JSONPathException(String str) {
        super(str);
    }

    public JSONPathException(String str, Throwable th) {
        super(str, th);
    }
}
