Package jenkinsci.plugins.influxdb
Class InfluxReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jenkinsci.plugins.influxdb.InfluxReportException
- All Implemented Interfaces:
Serializable
Generic Exception thrown whenever an Exception occurs writing to InfluxDB.
- See Also:
-
Constructor Summary
ConstructorDescriptionInfluxReportException
(String message) InfluxReportException
(String message, Throwable cause) InfluxReportException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) InfluxReportException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InfluxReportException
-
InfluxReportException
-
InfluxReportException
-
InfluxReportException
-