mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
AbstractHttpException is not related to ParserException.
This commit is contained in:
parent
f8e1674ab6
commit
1ae48117ba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue