com.facebook
Class FacebookGraphObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.facebook.FacebookException
                  extended by com.facebook.FacebookGraphObjectException
All Implemented Interfaces:
Serializable

public class FacebookGraphObjectException
extends FacebookException

Represents an error specific to the GraphObject class.

See Also:
Serialized Form

Constructor Summary
FacebookGraphObjectException()
          Constructs a new FacebookGraphObjectException.
FacebookGraphObjectException(String message)
          Constructs a new FacebookGraphObjectException.
FacebookGraphObjectException(String message, Throwable throwable)
          Constructs a new FacebookGraphObjectException.
FacebookGraphObjectException(Throwable throwable)
          Constructs a new FacebookGraphObjectException.
 
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

FacebookGraphObjectException

public FacebookGraphObjectException()
Constructs a new FacebookGraphObjectException.


FacebookGraphObjectException

public FacebookGraphObjectException(String message)
Constructs a new FacebookGraphObjectException.

Parameters:
message - the detail message of this exception

FacebookGraphObjectException

public FacebookGraphObjectException(String message,
                                    Throwable throwable)
Constructs a new FacebookGraphObjectException.

Parameters:
message - the detail message of this exception
throwable - the cause of this exception

FacebookGraphObjectException

public FacebookGraphObjectException(Throwable throwable)
Constructs a new FacebookGraphObjectException.

Parameters:
throwable - the cause of this exception