Class FluxQueryException

All Implemented Interfaces:
Serializable

public class FluxQueryException extends InfluxException
The error that occurs during execution Flux query.
Author:
Jakub Bednar (bednar@github) (02/10/2018 12:43)
See Also:
  • Constructor Details

    • FluxQueryException

      public FluxQueryException(@Nullable String message, int reference)
  • 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 class InfluxException
      Returns:
      reference code unique to the error type