Package com.restfb.exception
Class FacebookPreconditionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.restfb.exception.FacebookException
-
- com.restfb.exception.FacebookPreconditionException
-
- All Implemented Interfaces:
Serializable
public class FacebookPreconditionException extends FacebookException
Exception that's thrown as soon as a precondition is not matched- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacebookPreconditionException(String message)
FacebookPreconditionException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FacebookPreconditionException
public FacebookPreconditionException(String message)
-
FacebookPreconditionException
public FacebookPreconditionException(String message, Throwable cause)
-
-