package org.apache.http; @Deprecated /* loaded from: classes5.dex */ public class ParseException extends RuntimeException { public ParseException() { throw new RuntimeException("Stub!"); } public ParseException(String str) { throw new RuntimeException("Stub!"); } }