org.rometools.fetcher
Class FetcherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rometools.fetcher.FetcherException
All Implemented Interfaces:
Serializable

public class FetcherException
extends Exception

Author:
Nick Lothian
See Also:
Serialized Form

Constructor Summary
FetcherException(int responseCode, String message)
           
FetcherException(String message)
           
FetcherException(String message, Throwable cause)
           
FetcherException(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(Throwable cause)

FetcherException

public FetcherException(String message,
                        Throwable cause)

FetcherException

public FetcherException(String message)

FetcherException

public FetcherException(int responseCode,
                        String message)
Method Detail

getResponseCode

public int getResponseCode()


Copyright © 2004-2013 ROME Project. All Rights Reserved.