| Package | Description |
|---|---|
| com.jimmoores.quandl.util |
Quandl wrapper utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuandlRequestFailedException
A runtime exception from the Quandl client indicating an HTTP 429 response code (Too many requests) and that
subsequent retries according to the session retry policy also failed.
|
class |
QuandlServiceUnavailableException
A runtime exception from the Quandl client indicating an HTTP 503 response code (Service unavailable).
|
class |
QuandlTooManyRequestsException
A runtime exception from the Quandl client indicating an HTTP 429 response code (Too many requests).
|
class |
QuandlUnprocessableEntityException
A runtime exception from the Quandl client indicating an HTTP 422 response code (Unprocessable Entity).
|
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}