Package com.rometools.fetcher
Class FetcherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.rometools.fetcher.FetcherException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class FetcherException extends Exception
Deprecated.ROME Fetcher will be dropped in the next major version of ROME (version 2). For more information and some migration hints, please have a look at our detailed explanation.- Author:
- Nick Lothian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FetcherException(int responseCode, String message)Deprecated.FetcherException(String message)Deprecated.FetcherException(String message, Throwable cause)Deprecated.FetcherException(Throwable cause)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetResponseCode()Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-