Uses of Class
com.sun.syndication.fetcher.FetcherException

Packages that use FetcherException
com.sun.syndication.fetcher   
com.sun.syndication.fetcher.impl   
 

Uses of FetcherException in com.sun.syndication.fetcher
 

Methods in com.sun.syndication.fetcher that throw FetcherException
 com.sun.syndication.feed.synd.SyndFeed FeedFetcher.retrieveFeed(java.net.URL feedUrl)
          Retrieve a feed over HTTP
 

Uses of FetcherException in com.sun.syndication.fetcher.impl
 

Methods in com.sun.syndication.fetcher.impl that throw FetcherException
protected  void AbstractFeedFetcher.handleErrorCodes(int responseCode)
          Handles HTTP error codes.
protected  void AbstractFeedFetcher.throw4XXError(int responseCode)
           
protected  void AbstractFeedFetcher.throwAuthenticationError(int responseCode)
           
 com.sun.syndication.feed.synd.SyndFeed HttpClientFeedFetcher.retrieveFeed(java.net.URL feedUrl)
           
 com.sun.syndication.feed.synd.SyndFeed HttpURLFeedFetcher.retrieveFeed(java.net.URL feedUrl)
          Retrieve a feed over HTTP
protected  void HttpURLFeedFetcher.retrieveAndCacheFeed(java.net.URL feedUrl, com.sun.syndication.fetcher.impl.SyndFeedInfo syndFeedInfo, java.net.HttpURLConnection connection)
           
 



Copyright © 2004-2005 Sun Microsystems. All Rights Reserved.