| Package | Description |
|---|---|
| javastrava.api.v3.service.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
Thrown when Strava API returns an HTTP status of 400
|
class |
InvalidTokenException
Thrown when Strava API returns an HTTP status of 400
|
class |
NotFoundException
Thrown when Strava API returns an HTTP status of 404
|
class |
StravaAPINetworkException
Thrown when the Strava API falls over because of a network error
|
class |
StravaAPIRateLimitException
Thrown when the Strava API returns an HTTP status of 403 (forbidden)
|
class |
StravaInternalServerErrorException |
class |
StravaServiceUnavailableException
Thrown when the Strava API returns an unexpected HTTP status indicating an error has occurred
|
class |
StravaUnknownAPIException
Thrown when the Strava API returns an unexpected HTTP status indicating an error has occurred
|
class |
UnauthorizedException
Thrown when the Strava API returns an HTTP status of 401 Unauthorised
|
Copyright © 2016 Dan Shannon. All rights reserved.