Uses of Class
com.influxdb.exceptions.InfluxException
Packages that use InfluxException
Package
Description
-
Uses of InfluxException in com.influxdb.client
Methods in com.influxdb.client that throw InfluxExceptionModifier and TypeMethodDescription<M> voidWriteApiBlocking.writeMeasurement(WritePrecision precision, M measurement) Write Measurement into specified bucket.<M> voidWriteApiBlocking.writeMeasurement(String bucket, String org, WritePrecision precision, M measurement) Write Measurement into specified bucket.<M> voidWriteApiBlocking.writeMeasurement(M measurement, WriteParameters parameters) Write Measurement into specified bucket.<M> voidWriteApiBlocking.writeMeasurements(WritePrecision precision, List<M> measurements) Write Measurements into specified bucket.<M> voidWriteApiBlocking.writeMeasurements(String bucket, String org, WritePrecision precision, List<M> measurements) Write Measurements into specified bucket.<M> voidWriteApiBlocking.writeMeasurements(List<M> measurements, WriteParameters parameters) Write Measurements into specified bucket.voidWriteApiBlocking.writePoint(Point point) Write Data point into specified bucket.voidWriteApiBlocking.writePoint(Point point, WriteParameters parameters) Write Data point into specified bucket.voidWriteApiBlocking.writePoint(String bucket, String org, Point point) Write Data point into specified bucket.voidWriteApiBlocking.writePoints(String bucket, String org, List<Point> points) Write Data points into specified bucket.voidWriteApiBlocking.writePoints(List<Point> points) Write Data points into specified bucket.voidWriteApiBlocking.writePoints(List<Point> points, WriteParameters parameters) Write Data points into specified bucket.voidWriteApiBlocking.writeRecord(WritePrecision precision, String record) Write Line Protocol record into specified bucket.voidWriteApiBlocking.writeRecord(String record, WriteParameters parameters) Write Line Protocol record into specified bucket.voidWriteApiBlocking.writeRecord(String bucket, String org, WritePrecision precision, String record) Write Line Protocol record into specified bucket.voidWriteApiBlocking.writeRecords(WritePrecision precision, List<String> records) Write Line Protocol records into specified bucket.voidWriteApiBlocking.writeRecords(String bucket, String org, WritePrecision precision, List<String> records) Write Line Protocol records into specified bucket.voidWriteApiBlocking.writeRecords(List<String> records, WriteParameters parameters) Write Line Protocol records into specified bucket. -
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.