org.springframework.social.facebook.api
Class ResourceOwnershipException
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.ResourceOwnershipException
- All Implemented Interfaces:
- Serializable
public class ResourceOwnershipException
- extends org.springframework.social.OperationNotPermittedException
Exception thrown when attempting to perform operation on a resource that must be owned by the authenticated user,
but is not. For example, attempting to delete someone else's friendlist.
- 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 |
ResourceOwnershipException
public ResourceOwnershipException(String message)