Package | Description |
---|---|
com.belladati.sdk.exception | |
com.belladati.sdk.exception.auth | |
com.belladati.sdk.exception.server |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionException
Connection to the BellaDati server failed.
|
class |
InternalConfigurationException
Indicates that something went wrong with the internal configuration of the
SDK.
|
class |
InvalidImplementationException
No SDK implementation was found or the SDK implementation doesn't match the
SDK API declaration.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationException
Thrown if something went wrong during authentication or authorization.
|
class |
InvalidTimestampException
Indicates that a request's OAuth timestamp was rejected by the server.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalErrorException
Indicates an internal server error (HTTP 500) while processing an SDK
request.
|
class |
InvalidJsonException
A response from the server couldn't be parsed as JSON even though the server
responded with HTTP 200.
|
class |
NotFoundException
Indicates a HTTP 404 error from the server.
|
class |
ServerResponseException
Indicates an unexpected response from the server, typically a HTTP 4xx or 5xx
error.
|
Copyright © 2013. All rights reserved.