Uses of Class
com.influxdb.exceptions.InfluxException
Packages that use InfluxException
-
Uses of InfluxException in com.influxdb.exceptions
Subclasses of InfluxException in com.influxdb.exceptionsModifier and TypeClassDescriptionclassThe exception is thrown if a HTTP 502 response code arrived - Bad Gateway.classThe exception is thrown if a HTTP 400 response code arrived - Bad Request.classThe exception is thrown if a HTTP 403 response code arrived - Forbidden.classThe exception is thrown if an HTTP 504 response code arrived - Gateway Timeout.classThe exception is thrown if a HTTP 500 response code arrived - Internal Server Error.classThe exception is thrown if a HTTP 405 response code arrived - Method Not Allowed.classThe exception is thrown if a HTTP 406 response code arrived - Not Acceptable.classThe exception is thrown if a HTTP 404 response code arrived - Not Found.classThe exception is thrown if a HTTP 501 response code arrived - Not Implemented.classThe exception is thrown if a HTTP 402 response code arrived - Payment Required.classThe exception is thrown if a HTTP 407 response code arrived - Proxy Authentication Required.classThe exception is thrown if a HTTP 413 response code arrived - Request Entity Too Large.classThe exception is thrown if a HTTP 408 response code arrived - Request Timeout.classThe exception is thrown if a HTTP 503 response code arrived - Service Unavailable.classThe exception is thrown if a HTTP 401 response code arrived - Unauthorized.classIndicates that the server understands the content type of the request entity, and the syntax of the request entity is correct, but it was unable to process the contained instructions. -
Uses of InfluxException in com.influxdb.internal
Methods in com.influxdb.internal that return InfluxExceptionModifier and TypeMethodDescriptionprotected InfluxExceptionAbstractRestClient.responseToError(retrofit2.Response<?> response) protected InfluxExceptionAbstractRestClient.toInfluxException(Throwable throwable) Methods in com.influxdb.internal that throw InfluxExceptionModifier and TypeMethodDescriptionprotected <T> TAbstractRestClient.execute(retrofit2.Call<T> call) -
Uses of InfluxException in com.influxdb.query.exceptions
Subclasses of InfluxException in com.influxdb.query.exceptionsModifier and TypeClassDescriptionclassclassThe error that occurs during execution Flux query.