org.springframework.social.facebook.api
Class FqlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FqlException
public FqlException(String message)
FqlException
public FqlException(String message,
Throwable cause)