net.sf.fb4j
Class FacebookException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.fb4j.FacebookException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FacebookClientException

public class FacebookException
extends java.lang.Exception

Base class for checked exceptions thrown by fb4j API

Author:
Gino Miceli
See Also:
Serialized Form

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

FacebookException

public FacebookException()

FacebookException

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

FacebookException

public FacebookException(java.lang.String message)

FacebookException

public FacebookException(java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.