com.sun.syndication.fetcher
Class FetcherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.syndication.fetcher.FetcherException
- All Implemented Interfaces:
- Serializable
- public class FetcherException
- extends Exception
- Author:
- Nick Lothian
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
responseCode
int responseCode
FetcherException
public FetcherException(Throwable cause)
FetcherException
public FetcherException(String message,
Throwable cause)
FetcherException
public FetcherException(String message)
FetcherException
public FetcherException(int responseCode,
String message)
getResponseCode
public int getResponseCode()