net.sf.fb4j
Class FacebookRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.fb4j.FacebookRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidRequestError, UserNotLoggedInError

public class FacebookRuntimeException
extends java.lang.RuntimeException

Base class for unchecked exceptions thrown by fb4j API. These are generally fatal exception which in theory "should never happen". This exception and its subclasses should only be thrown if a) the API is being used incorrectly (e.g. trying to use canvas app classes from a desktop app) or b) if there is a bug in the fb4j API and/or Facebook interface.

Author:
Gino Miceli
See Also:
Serialized Form

Constructor Summary
FacebookRuntimeException()
           
FacebookRuntimeException(java.lang.String message)
           
FacebookRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
FacebookRuntimeException(java.lang.Throwable 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

FacebookRuntimeException

public FacebookRuntimeException()

FacebookRuntimeException

public FacebookRuntimeException(java.lang.String message,
                                java.lang.Throwable cause)

FacebookRuntimeException

public FacebookRuntimeException(java.lang.String message)

FacebookRuntimeException

public FacebookRuntimeException(java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.