|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.lucene.gdata.server.ServiceException
org.apache.lucene.gdata.server.FeedNotFoundException
public class FeedNotFoundException
Will be thrown if a requested feed could not be found or is not registerd.
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 |
---|
public FeedNotFoundException(int errorCode)
errorCode
- - gdata request errorcodepublic FeedNotFoundException(String arg0, int errorCode)
arg0
- - the exception messageerrorCode
- - gdata request errorcodepublic FeedNotFoundException(String arg0, Throwable arg1, int errorCode)
arg0
- - the exceptin messagearg1
- - the exception causeerrorCode
- - gdata request errorcodepublic FeedNotFoundException(Throwable arg0, int errorCode)
arg0
- - the exception causeerrorCode
- - gdata request errorcode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |