org.apache.lucene.gdata.server
Class FeedNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lucene.gdata.server.ServiceException
              extended by org.apache.lucene.gdata.server.FeedNotFoundException
All Implemented Interfaces:
Serializable

public class FeedNotFoundException
extends ServiceException

Will be thrown if a requested feed could not be found or is not registerd.

Author:
Simon Willnauer
See Also:
Serialized Form

Constructor Summary
FeedNotFoundException(int errorCode)
          Constructs a new FeedNotFoundException
FeedNotFoundException(String arg0, int errorCode)
          Constructs a new FeedNotFoundException
FeedNotFoundException(String arg0, Throwable arg1, int errorCode)
          Constructs a new FeedNotFoundException
FeedNotFoundException(Throwable arg0, int errorCode)
          Constructs a new FeedNotFoundException
 
Method Summary
 
Methods inherited from class org.apache.lucene.gdata.server.ServiceException
getErrorCode
 
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

FeedNotFoundException

public FeedNotFoundException(int errorCode)
Constructs a new FeedNotFoundException

Parameters:
errorCode - - gdata request errorcode

FeedNotFoundException

public FeedNotFoundException(String arg0,
                             int errorCode)
Constructs a new FeedNotFoundException

Parameters:
arg0 - - the exception message
errorCode - - gdata request errorcode

FeedNotFoundException

public FeedNotFoundException(String arg0,
                             Throwable arg1,
                             int errorCode)
Constructs a new FeedNotFoundException

Parameters:
arg0 - - the exceptin message
arg1 - - the exception cause
errorCode - - gdata request errorcode

FeedNotFoundException

public FeedNotFoundException(Throwable arg0,
                             int errorCode)
Constructs a new FeedNotFoundException

Parameters:
arg0 - - the exception cause
errorCode - - gdata request errorcode


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.