Package com.restfb.exception.devicetoken
Class FacebookDeviceTokenPendingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.restfb.exception.FacebookCheckedException
-
- com.restfb.exception.devicetoken.FacebookDeviceTokenException
-
- com.restfb.exception.devicetoken.FacebookDeviceTokenPendingException
-
- All Implemented Interfaces:
Serializable
public class FacebookDeviceTokenPendingException extends FacebookDeviceTokenException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacebookDeviceTokenPendingException(String message)
FacebookDeviceTokenPendingException(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
-
FacebookDeviceTokenPendingException
public FacebookDeviceTokenPendingException(String message)
-
FacebookDeviceTokenPendingException
public FacebookDeviceTokenPendingException(String message, Throwable cause)
-
-