public class InfluxDBException
extends java.lang.RuntimeException
| Modifier and Type | Class and 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 |
| Constructor and Description |
|---|
InfluxDBException(java.lang.String message) |
InfluxDBException(java.lang.String message,
java.lang.Throwable cause) |
InfluxDBException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static InfluxDBException |
buildExceptionForErrorState(java.io.InputStream messagePackErrorBody)
Create corresponding InfluxDBException from the message pack error body.
|
static InfluxDBException |
buildExceptionForErrorState(java.lang.String errorBody) |
boolean |
isRetryWorth() |
public InfluxDBException(java.lang.String message)
public InfluxDBException(java.lang.String message,
java.lang.Throwable cause)
public InfluxDBException(java.lang.Throwable cause)
public boolean isRetryWorth()
public static InfluxDBException buildExceptionForErrorState(java.lang.String errorBody)
public static InfluxDBException buildExceptionForErrorState(java.io.InputStream messagePackErrorBody)
messagePackErrorBody - Data In Motion GmbH all rights reserved