winterwell.jtwitter
Class TwitterException.E50X

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by winterwell.jtwitter.TwitterException
                  extended by winterwell.jtwitter.TwitterException.E50X
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TwitterException

public static class TwitterException.E50X
extends TwitterException

A code 50X error (e.g. 502) - indicating something went wrong at Twitter's end. The API equivalent of the Fail Whale. Usually retrying in a minute will fix this.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class winterwell.jtwitter.TwitterException
TwitterException.E401, TwitterException.E403, TwitterException.E404, TwitterException.E50X, TwitterException.RateLimit, TwitterException.Timeout, TwitterException.Unexplained
 
Constructor Summary
TwitterException.E50X(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

TwitterException.E50X

public TwitterException.E50X(java.lang.String string)


Copyright © 2014 gvSIG Association. All Rights Reserved.