Package org.springframework.social

Core Spring Social classes

See:
          Description

Interface Summary
ApiBinding Base interface that may be implemented by API bindings.
ServiceProvider<A> Top-level marker interface defining a ServiceProvider.
 

Exception Summary
ApiException Indicates that an error occurred while consuming a provider API.
DuplicateStatusException Exception thrown when a duplicate status is posted.
ExpiredAuthorizationException Exception indicating that the authorization presented to the server has expired.
InsufficientPermissionException Exception thrown when attempting an operation that requires a permission not granted to the caller.
InternalServerErrorException Exception indicating an internal error occurred on the server.
InvalidAuthorizationException Exception indicating that the authorization used during an operation invocation is invalid.
MissingAuthorizationException Exception indicating that an operation requiring authorization was attempted without providing authorization.
NotAuthorizedException Indicates the client is not authorized to invoke the API.
OperationNotPermittedException Indicates an operation was attempted that is not permitted.
RateLimitExceededException Exception thrown when API calls are being rate-limited.
RejectedAuthorizationException Exception indicating that the authorization used during an operation invocation is rejected by the server.
ResourceNotFoundException Indicates that the requested provider API resource could not be found.
RevokedAuthorizationException Exception indicating that the authorization used during an operation invocation has been revoked.
ServerDownException Exception indicating that the server is down or being upgraded.
ServerException Exception thrown when a server error occurs.
ServerOverloadedException Exception indicating that the server is experiencing high load.
SocialException Exception class indicating a problem occurred performing an operation against a service provider.
UncategorizedApiException Indicates that an otherwise uncategorized error occurred while consuming a provider API.
 

Package org.springframework.social Description

Core Spring Social classes