com.sun.syndication.fetcher
Class FetcherException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.syndication.fetcher.FetcherException
All Implemented Interfaces:
java.io.Serializable

public class FetcherException
extends java.lang.Exception

Author:
Nick Lothian
See Also:
Serialized Form

Constructor Summary
FetcherException(int responseCode, java.lang.String message)
           
FetcherException(java.lang.String message)
           
FetcherException(java.lang.String message, java.lang.Throwable cause)
           
FetcherException(java.lang.Throwable cause)
           
 
Method Summary
 int getResponseCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FetcherException

public FetcherException(java.lang.Throwable cause)

FetcherException

public FetcherException(java.lang.String message,
                        java.lang.Throwable cause)

FetcherException

public FetcherException(java.lang.String message)

FetcherException

public FetcherException(int responseCode,
                        java.lang.String message)
Method Detail

getResponseCode

public int getResponseCode()


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