|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.twitterapime.search.LimitExceededException
public class LimitExceededException
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.
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 |
---|
public LimitExceededException()
Create an instance of LimitExceededException class.
public LimitExceededException(java.lang.String msg)
Create an instance of LimitExceededException class that receives a custom message.
msg
- The exception message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |