com.stackmob.core
Class TwitterServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stackmob.core.TwitterServiceException
All Implemented Interfaces:
Serializable

public class TwitterServiceException
extends Exception

Thrown when an error in the Twitter service has occurred.

See Also:
Serialized Form

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

TwitterServiceException

public TwitterServiceException(String message)
Constructs a new Twitter service exception with the specified detail message.

Parameters:
message - the message

TwitterServiceException

public TwitterServiceException(String message,
                               Throwable cause)
Constructs a new Twitter service exception with the specified detail message and cause.

Parameters:
message - the message
cause - the cause

TwitterServiceException

public TwitterServiceException(Throwable cause)
Constructs a new Twitter service exception with the specified cause.

Parameters:
cause - the cause


Copyright © 2012 StackMob. All Rights Reserved.