org.springframework.social.facebook.api
Class NotAFriendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.social.SocialException
org.springframework.social.ApiException
org.springframework.social.OperationNotPermittedException
org.springframework.social.facebook.api.NotAFriendException
- All Implemented Interfaces:
- Serializable
public class NotAFriendException
- extends org.springframework.social.OperationNotPermittedException
Exception thrown when attempting an operation that requires a target user to be a friend of the authenticated user.
- See Also:
- Serialized Form
Methods inherited from class org.springframework.social.ApiException |
getProviderId |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAFriendException
public NotAFriendException(String message)