Class InfluxDBApiException

All Implemented Interfaces:
Serializable

public class InfluxDBApiException extends RuntimeException
The InfluxDBApiException is thrown when an error occurs while interacting with InfluxDB.
See Also:
  • Constructor Details

    • InfluxDBApiException

      public InfluxDBApiException(@Nullable String message)
      Construct a new InfluxDBApiException with the specified detail message.
      Parameters:
      message - the detail message.
    • InfluxDBApiException

      public InfluxDBApiException(@Nullable Throwable cause)
      Construct a new InfluxDBApiException with the specified cause.
      Parameters:
      cause - the cause.