Package | Description |
---|---|
org.springframework.social |
Core Spring Social classes
|
org.springframework.social.connect |
Framework for establishing connections between local users and users of ServiceProviders such as Twitter and Facebook.
|
Modifier and Type | Class and Description |
---|---|
class |
ApiException
Indicates that an error occurred while consuming a provider API.
|
class |
DuplicateStatusException
Exception thrown when a duplicate status is posted.
|
class |
ExpiredAuthorizationException
Exception indicating that the authorization presented to the server has expired.
|
class |
InsufficientPermissionException
Exception thrown when attempting an operation that requires a permission not granted to the caller.
|
class |
InternalServerErrorException
Exception indicating an internal error occurred on the server.
|
class |
InvalidAuthorizationException
Exception indicating that the authorization used during an operation invocation is invalid.
|
class |
MissingAuthorizationException
Exception indicating that an operation requiring authorization was attempted without providing authorization.
|
class |
NotAuthorizedException
Indicates the client is not authorized to invoke the API.
|
class |
OperationNotPermittedException
Indicates an operation was attempted that is not permitted.
|
class |
RateLimitExceededException
Exception thrown when API calls are being rate-limited.
|
class |
RejectedAuthorizationException
Exception indicating that the authorization used during an operation invocation is rejected by the server.
|
class |
ResourceNotFoundException
Indicates that the requested provider API resource could not be found.
|
class |
RevokedAuthorizationException
Exception indicating that the authorization used during an operation invocation has been revoked.
|
class |
ServerDownException
Exception indicating that the server is down or being upgraded.
|
class |
ServerException
Exception thrown when a server error occurs.
|
class |
ServerOverloadedException
Exception indicating that the server is experiencing high load.
|
class |
UncategorizedApiException
Indicates that an otherwise uncategorized error occurred while consuming a provider API.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionRepositoryException
Base exception class for
ConnectionRepository failures. |
class |
DuplicateConnectionException
Thrown by a
ConnectionRepository when attempting to add a Connection and a connection already exists with the given key. |
class |
NoSuchConnectionException
Thrown by a
ConnectionRepository when attempting to fetch a Connection and no such connection exists with the provided key. |
class |
NotConnectedException
Thrown by a
ConnectionRepository when attempting to fetch a "primary" connection and the user is not connected to the provider in question. |
Copyright © 2016. All rights reserved.