com.twitterapime.search
Class LimitExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.twitterapime.search.LimitExceededException
All Implemented Interfaces:
java.io.Serializable

public class LimitExceededException
extends java.lang.Exception

This class represents an exception to notify that the number of calls to Twitter Search API has exceeded the limit per IP within an hour period.

Since:
1.0
Version:
1.0
Author:
Ernandes Mourao Junior (ernandes@gmail.com)
See Also:
Serialized Form

Constructor Summary
LimitExceededException()
           Create an instance of LimitExceededException class.
LimitExceededException(java.lang.String msg)
           Create an instance of LimitExceededException class that receives a custom message.
 
Method Summary
 
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

LimitExceededException

public LimitExceededException()

Create an instance of LimitExceededException class.


LimitExceededException

public LimitExceededException(java.lang.String msg)

Create an instance of LimitExceededException class that receives a custom message.

Parameters:
msg - The exception message.


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