org.springframework.integration.twitter.core
Class TwitterOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.integration.twitter.core.TwitterOperationException
All Implemented Interfaces:
java.io.Serializable

public class TwitterOperationException
extends java.lang.RuntimeException

Since:
2.0
See Also:
Serialized Form

Constructor Summary
TwitterOperationException()
           
TwitterOperationException(java.lang.String description)
           
TwitterOperationException(java.lang.String description, java.lang.Throwable throwable)
           
TwitterOperationException(java.lang.Throwable throwable)
           
 
Method Summary
 int getTwitterStatusCode()
           
 
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

TwitterOperationException

public TwitterOperationException()

TwitterOperationException

public TwitterOperationException(java.lang.String description)
Parameters:
description -

TwitterOperationException

public TwitterOperationException(java.lang.Throwable throwable)
Parameters:
throwable -

TwitterOperationException

public TwitterOperationException(java.lang.String description,
                                 java.lang.Throwable throwable)
Parameters:
description -
throwable -
Method Detail

getTwitterStatusCode

public int getTwitterStatusCode()