net.sf.fb4j.client
Class FacebookClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.fb4j.FacebookException
              extended by net.sf.fb4j.client.FacebookClientException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FacebookErrorResponseException, FacebookIOException, FacebookJsonException, FacebookXmlException, InvalidServerResponseException

public class FacebookClientException
extends FacebookException

Base class for exceptions thrown by client while communicating with Facebook server

Author:
Gino Miceli
See Also:
Serialized Form

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

FacebookClientException

public FacebookClientException()

FacebookClientException

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

FacebookClientException

public FacebookClientException(java.lang.String message)

FacebookClientException

public FacebookClientException(java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.