Class InfluxdbInserterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InfluxdbInserterException
    extends java.lang.RuntimeException
    Thrown by an InfluxdbInserter to indicate a problem to write data.
    See Also:
    InfluxdbInserter, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InfluxdbInserterException

        public InfluxdbInserterException()
      • InfluxdbInserterException

        public InfluxdbInserterException​(java.lang.String message,
                                         java.lang.Throwable cause,
                                         boolean enableSuppression,
                                         boolean writableStackTrace)
      • InfluxdbInserterException

        public InfluxdbInserterException​(java.lang.String message,
                                         java.lang.Throwable cause)
      • InfluxdbInserterException

        public InfluxdbInserterException​(java.lang.String message)
      • InfluxdbInserterException

        public InfluxdbInserterException​(java.lang.Throwable cause)