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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the reference code unique to the error type.Methods inherited from class com.influxdb.exceptions.InfluxException
errorBody, getMessage, headers, statusMethods 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:InfluxExceptionGets the reference code unique to the error type. If the reference code is not present then return "0".- Overrides:
referencein classInfluxException- Returns:
- reference code unique to the error type
-