|
||||||||||
| 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.stackmob.core.TwitterServiceException
public class TwitterServiceException
Thrown when an error in the Twitter service has occurred.
| Constructor Summary | |
|---|---|
TwitterServiceException(String message)
Constructs a new Twitter service exception with the specified detail message. |
|
TwitterServiceException(String message,
Throwable cause)
Constructs a new Twitter service exception with the specified detail message and cause. |
|
TwitterServiceException(Throwable cause)
Constructs a new Twitter service exception with the specified cause. |
|
| 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 TwitterServiceException(String message)
message - the message
public TwitterServiceException(String message,
Throwable cause)
message - the messagecause - the causepublic TwitterServiceException(Throwable cause)
cause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||