Uses of Class
com.influxdb.exceptions.InfluxException
Package
Description
-
Uses of InfluxException in com.influxdb.client
Modifier and TypeMethodDescription<M> void
WriteApiBlocking.writeMeasurement
(WritePrecision precision, M measurement) Write Measurement into specified bucket.<M> void
WriteApiBlocking.writeMeasurement
(String bucket, String org, WritePrecision precision, M measurement) Write Measurement into specified bucket.<M> void
WriteApiBlocking.writeMeasurement
(M measurement, WriteParameters parameters) Write Measurement into specified bucket.<M> void
WriteApiBlocking.writeMeasurements
(WritePrecision precision, List<M> measurements) Write Measurements into specified bucket.<M> void
WriteApiBlocking.writeMeasurements
(String bucket, String org, WritePrecision precision, List<M> measurements) Write Measurements into specified bucket.<M> void
WriteApiBlocking.writeMeasurements
(List<M> measurements, WriteParameters parameters) Write Measurements into specified bucket.void
WriteApiBlocking.writePoint
(Point point) Write Data point into specified bucket.void
WriteApiBlocking.writePoint
(Point point, WriteParameters parameters) Write Data point into specified bucket.void
WriteApiBlocking.writePoint
(String bucket, String org, Point point) Write Data point into specified bucket.void
WriteApiBlocking.writePoints
(String bucket, String org, List<Point> points) Write Data points into specified bucket.void
WriteApiBlocking.writePoints
(List<Point> points) Write Data points into specified bucket.void
WriteApiBlocking.writePoints
(List<Point> points, WriteParameters parameters) Write Data points into specified bucket.void
WriteApiBlocking.writeRecord
(WritePrecision precision, String record) Write Line Protocol record into specified bucket.void
WriteApiBlocking.writeRecord
(String record, WriteParameters parameters) Write Line Protocol record into specified bucket.void
WriteApiBlocking.writeRecord
(String bucket, String org, WritePrecision precision, String record) Write Line Protocol record into specified bucket.void
WriteApiBlocking.writeRecords
(WritePrecision precision, List<String> records) Write Line Protocol records into specified bucket.void
WriteApiBlocking.writeRecords
(String bucket, String org, WritePrecision precision, List<String> records) Write Line Protocol records into specified bucket.void
WriteApiBlocking.writeRecords
(List<String> records, WriteParameters parameters) Write Line Protocol records into specified bucket. -
Uses of InfluxException in com.influxdb.exceptions
Modifier and TypeClassDescriptionclass
The exception is thrown if a HTTP 502 response code arrived - Bad Gateway.class
The exception is thrown if a HTTP 400 response code arrived - Bad Request.class
The exception is thrown if a HTTP 403 response code arrived - Forbidden.class
The exception is thrown if an HTTP 504 response code arrived - Gateway Timeout.class
The exception is thrown if a HTTP 500 response code arrived - Internal Server Error.class
The exception is thrown if a HTTP 405 response code arrived - Method Not Allowed.class
The exception is thrown if a HTTP 406 response code arrived - Not Acceptable.class
The exception is thrown if a HTTP 404 response code arrived - Not Found.class
The exception is thrown if a HTTP 501 response code arrived - Not Implemented.class
The exception is thrown if a HTTP 402 response code arrived - Payment Required.class
The exception is thrown if a HTTP 407 response code arrived - Proxy Authentication Required.class
The exception is thrown if a HTTP 413 response code arrived - Request Entity Too Large.class
The exception is thrown if a HTTP 408 response code arrived - Request Timeout.class
The exception is thrown if a HTTP 503 response code arrived - Service Unavailable.class
The exception is thrown if a HTTP 401 response code arrived - Unauthorized.class
Indicates 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
Modifier and TypeMethodDescriptionprotected InfluxException
AbstractRestClient.responseToError
(retrofit2.Response<?> response) protected InfluxException
AbstractRestClient.toInfluxException
(Throwable throwable) Modifier and TypeMethodDescriptionprotected <T> T
AbstractRestClient.execute
(retrofit2.Call<T> call) -
Uses of InfluxException in com.influxdb.query.exceptions
Modifier and TypeClassDescriptionclass
class
The error that occurs during execution Flux query.