net.sf.fb4j.client
Class FacebookErrorResponseException

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.FacebookErrorResponseException
All Implemented Interfaces:
java.io.Serializable

public class FacebookErrorResponseException
extends FacebookClientException

Thrown when Facebook REST Server returns an error message/code.

Author:
Gino Miceli
See Also:
Serialized Form

Constructor Summary
FacebookErrorResponseException(java.lang.String msg, java.lang.String args, int code)
           
 
Method Summary
 java.lang.String getArgs()
           
 int getCode()
           
 
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

FacebookErrorResponseException

public FacebookErrorResponseException(java.lang.String msg,
                                      java.lang.String args,
                                      int code)
Method Detail

getCode

public int getCode()

getArgs

public java.lang.String getArgs()


Copyright © 2008. All Rights Reserved.