|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
winterwell.jtwitter.TwitterException
winterwell.jtwitter.TwitterException.E404
public static class TwitterException.E404
Indicates a 404: resource does not exist error from Twitter. Note: *Used* to be thrown in relation to suspended users (e.g. spambots) These now get a 403, as of August 2010.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class winterwell.jtwitter.TwitterException |
|---|
TwitterException.BadParameter, TwitterException.E401, TwitterException.E403, TwitterException.E404, TwitterException.E50X, TwitterException.Parsing, TwitterException.RateLimit, TwitterException.Repetition, TwitterException.SuspendedUser, TwitterException.Timeout, TwitterException.TwitLongerException, TwitterException.Unexplained |
| Constructor Summary | |
|---|---|
TwitterException.E404(java.lang.String string)
|
|
| Method Summary |
|---|
| Methods inherited from class winterwell.jtwitter.TwitterException |
|---|
getAdditionalInfo, setAdditionalInfo |
| 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 TwitterException.E404(java.lang.String string)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||