com.netmera.mobile.twitter
Class TwitterError

java.lang.Object
  extended by java.lang.Throwable
      extended by 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)
           
 
Method Summary
 int getErrorCode()
           
 java.lang.String getErrorType()
           
 
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
 

Constructor Detail

TwitterError

public TwitterError(java.lang.String message)

TwitterError

public TwitterError(java.lang.String message,
                    java.lang.String errorType,
                    int errorCode)
Method Detail

getErrorCode

public int getErrorCode()

getErrorType

public java.lang.String getErrorType()