Class InfluxReportException

All Implemented Interfaces:
Serializable

public class InfluxReportException extends RuntimeException
Generic Exception thrown whenever an Exception occurs writing to InfluxDB.
See Also:
  • Constructor Details

    • InfluxReportException

      public InfluxReportException(String message)
    • InfluxReportException

      public InfluxReportException(String message, Throwable cause)
    • InfluxReportException

      public InfluxReportException(Throwable cause)
    • InfluxReportException

      public InfluxReportException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)