Package com.influxdb.query.exceptions
Class FluxQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.influxdb.exceptions.InfluxException
com.influxdb.query.exceptions.FluxQueryException
- All Implemented Interfaces:
Serializable
The error that occurs during execution Flux query.
- Author:
- Jakub Bednar (bednar@github) (02/10/2018 12:43)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the reference code unique to the error type.Methods inherited from class com.influxdb.exceptions.InfluxException
errorBody, getMessage, headers, status
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FluxQueryException
-
-
Method Details
-
reference
public int reference()Description copied from class:InfluxException
Gets the reference code unique to the error type. If the reference code is not present then return "0".- Overrides:
reference
in classInfluxException
- Returns:
- reference code unique to the error type
-