AbstractHttpException is not related to ParserException.

This commit is contained in:
Andreas Schildbach 2015-08-26 17:52:29 +02:00
parent f8e1674ab6
commit 1ae48117ba

View file

@ -27,7 +27,7 @@ import de.schildbach.pte.util.HttpClient;
* @author Andreas Schildbach
*/
@SuppressWarnings("serial")
public abstract class AbstractHttpException extends ParserException
public abstract class AbstractHttpException extends IOException
{
private final URL url;
private final Reader errorReader;