com.netmera.mobile.twitter
Class TwitterError
java.lang.Object
java.lang.Throwable
com.netmera.mobile.twitter.TwitterError
- All Implemented Interfaces:
- java.io.Serializable
public class TwitterError
- extends java.lang.Throwable
- See Also:
- Serialized Form
Constructor Summary |
TwitterError(java.lang.String message)
|
TwitterError(java.lang.String message,
java.lang.String errorType,
int errorCode)
|
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TwitterError
public TwitterError(java.lang.String message)
TwitterError
public TwitterError(java.lang.String message,
java.lang.String errorType,
int errorCode)
getErrorCode
public int getErrorCode()
getErrorType
public java.lang.String getErrorType()