org.springframework.social.facebook.api
Class FqlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.social.facebook.api.FqlException
All Implemented Interfaces:
Serializable

public class FqlException
extends RuntimeException

Exception indicating a problem with performing an FQL query.

See Also:
Serialized Form

Constructor Summary
FqlException(String message)
           
FqlException(String message, 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

FqlException

public FqlException(String message)

FqlException

public FqlException(String message,
                    Throwable cause)