Uses of Class
org.influxdb.InfluxDBException
Package | Description |
---|---|
org.influxdb |
-
Uses of InfluxDBException in org.influxdb
Subclasses of InfluxDBException in org.influxdb Modifier and Type Class Description static class
InfluxDBException.AuthorizationFailedException
static class
InfluxDBException.CacheMaxMemorySizeExceededException
static class
InfluxDBException.DatabaseNotFoundException
static class
InfluxDBException.FieldTypeConflictException
static class
InfluxDBException.HintedHandOffQueueNotEmptyException
static class
InfluxDBException.PointsBeyondRetentionPolicyException
static class
InfluxDBException.RetryBufferOverrunException
static class
InfluxDBException.UnableToParseException
class
InfluxDBIOException
A wrapper forIOException
caused while interacting with InfluxDB.Methods in org.influxdb that return InfluxDBException Modifier and Type Method Description static InfluxDBException
InfluxDBException. buildExceptionForErrorState(InputStream messagePackErrorBody)
Create corresponding InfluxDBException from the message pack error body.static InfluxDBException
InfluxDBException. buildExceptionForErrorState(String errorBody)