Uses of Class
com.twitterapime.search.LimitExceededException

Packages that use LimitExceededException
com.twitterapime.io   
com.twitterapime.rest   
com.twitterapime.search   
 

Uses of LimitExceededException in com.twitterapime.io
 

Methods in com.twitterapime.io that throw LimitExceededException
static void HttpResponseCodeInterpreter.perform(HttpResponse response)
           Perform an analyze of a given HttpResponse object's response-code in order to interpret whether the requests to Twitter API went well.
 

Uses of LimitExceededException in com.twitterapime.rest
 

Methods in com.twitterapime.rest that throw LimitExceededException
 UserAccount UserAccountManager.block(UserAccount ua)
          FriendshipManager.block(UserAccount)
 UserAccount FriendshipManager.block(UserAccount ua)
           Allows the authenticating user to block the user specified in the given UserAccount object.
 Tweet TweetER.findByID(java.lang.String id)
           Find the tweet associated to the given ID.
 UserAccount UserAccountManager.follow(UserAccount ua)
          FriendshipManager.follow(UserAccount)
 UserAccount FriendshipManager.follow(UserAccount ua)
           Allows the authenticating user to follow the user specified in the given UserAccount object.
 java.lang.String[] UserAccountManager.getFollowersID(Query query)
          FriendshipManager.getFollowersID(Query)
 java.lang.String[] FriendshipManager.getFollowersID(Query query)
           Get the followers ID list of verified user.
 java.lang.String[] FriendshipManager.getFollowersID(UserAccount user, Query query)
           Get the followers ID list of a given user.
 java.lang.String[] UserAccountManager.getFriendsID(Query query)
          FriendshipManager.getFriendsID(Query)
 java.lang.String[] FriendshipManager.getFriendsID(Query query)
           Get the friends ID list of verified user.
 java.lang.String[] FriendshipManager.getFriendsID(UserAccount user, Query query)
           Get the friends ID list of a given user.
 RateLimitStatus UserAccountManager.getRateLimitStatus()
           Returns a set of info about the number of API requests available to the requesting user before the REST API limit is reached for the current hour.
 UserAccount UserAccountManager.getUserAccount()
           Get the logged user's account.
 UserAccount UserAccountManager.getUserAccount(UserAccount user)
           Get the account of a given user.
 boolean UserAccountManager.isBlocking(UserAccount ua)
          FriendshipManager.isBlocking(UserAccount)
 boolean FriendshipManager.isBlocking(UserAccount ua)
           Verify whether the authenticating user is blocking the user specified in the given UserAccount object.
 boolean UserAccountManager.isFollowing(UserAccount ua)
          FriendshipManager.isFollowing(UserAccount)
 boolean FriendshipManager.isFollowing(UserAccount ua)
           Verify whether the authenticating user is following the user specified in the given UserAccount object.
 Tweet TweetER.post(Tweet tweet)
           Post a given tweet to Twitter.
 Tweet TweetER.repost(Tweet tweet)
           Repost a given tweet to Twitter.
 Tweet TweetER.send(Tweet dm)
           Send a given Direct Message to a given recipient.
 void UserAccountManager.signOut()
           Ends the session of the authenticating user.
 UserAccount UserAccountManager.unblock(UserAccount ua)
          FriendshipManager.unblock(UserAccount)
 UserAccount FriendshipManager.unblock(UserAccount ua)
           Allows the authenticating user to unblock the user specified in the given UserAccount object.
 UserAccount UserAccountManager.unfollow(UserAccount ua)
          FriendshipManager.unfollow(UserAccount)
 UserAccount FriendshipManager.unfollow(UserAccount ua)
           Allows the authenticating user to unfollow the user specified in the given UserAccount object.
 UserAccount UserAccountManager.updateProfile(UserAccount newUserInfo)
           Update account information of authenticated user.
 boolean UserAccountManager.verifyCredential()
           Verify whether the given user's credential are valid.
 

Uses of LimitExceededException in com.twitterapime.search
 

Methods in com.twitterapime.search that throw LimitExceededException
 RateLimitStatus SearchDevice.getRateLimitStatus()
           Return a set of info about the number of API requests available to the requesting IP address before the REST API limit is reached for the current hour.
 Tweet[] SearchDevice.searchTweets(Query query)
           Search for tweets that match the given query.
 Tweet[] SearchDevice.searchTweets(java.lang.String queryString)
           Search for tweets that match the given query string.
 



Copyright © 2010 Twitter API ME Team. All Rights Reserved.