package org.apache.http;

/* loaded from: classes2.dex */
public class ParseException extends RuntimeException {
    private static final long serialVersionUID = -7288819855864183578L;

    public ParseException() {
    }

    public ParseException(String str) {
        super(str);
    }
}
