com.stackmob.core
Class FacebookServiceException

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

public class FacebookServiceException
extends Exception

Thrown when the Facebook service encounters an error.

See Also:
Serialized Form

Constructor Summary
FacebookServiceException(String message)
          Constructs a new Facebook service exception with the specified detail message.
FacebookServiceException(String message, Throwable cause)
          Constructs a new datastore exception with the specified detail message and cause.
FacebookServiceException(Throwable cause)
          Constructs a new Facebook 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

FacebookServiceException

public FacebookServiceException(String message)
Constructs a new Facebook service exception with the specified detail message.

Parameters:
message - the message

FacebookServiceException

public FacebookServiceException(String message,
                                Throwable cause)
Constructs a new datastore exception with the specified detail message and cause.

Parameters:
message - the message
cause - the cause

FacebookServiceException

public FacebookServiceException(Throwable cause)
Constructs a new Facebook service exception with the specified cause.

Parameters:
cause - the cause


Copyright © 2012 StackMob. All Rights Reserved.