net.sf.fb4j.client.json
Class FacebookJsonException

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
                  extended by net.sf.fb4j.client.json.FacebookJsonException
All Implemented Interfaces:
java.io.Serializable

public class FacebookJsonException
extends FacebookClientException

Author:
Gino Miceli
See Also:
Serialized Form

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

FacebookJsonException

public FacebookJsonException()

FacebookJsonException

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

FacebookJsonException

public FacebookJsonException(java.lang.String message)

FacebookJsonException

public FacebookJsonException(java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.