@Deprecated
public class FetcherException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
(package private) int |
responseCode
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
FetcherException(int responseCode,
java.lang.String message)
Deprecated.
|
FetcherException(java.lang.String message)
Deprecated.
|
FetcherException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
|
FetcherException(java.lang.Throwable cause)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getResponseCode()
Deprecated.
|
private static final long serialVersionUID
int responseCode
public FetcherException(java.lang.Throwable cause)
public FetcherException(java.lang.String message, java.lang.Throwable cause)
public FetcherException(java.lang.String message)
public FetcherException(int responseCode, java.lang.String message)