Package com.influxdb.client.write.events
Class WriteErrorEvent
java.lang.Object
com.influxdb.client.write.events.AbstractWriteEvent
com.influxdb.client.write.events.WriteErrorEvent
The event is published when occurs a write exception.
- Author:
- Jakub Bednar (bednar@github) (30/07/2018 14:57)
-
Constructor Details
-
WriteErrorEvent
-
-
Method Details
-
getThrowable
- Returns:
- the exception that was throw
-
logEvent
public void logEvent()Description copied from class:AbstractWriteEvent
Log current event byLogger
.- Specified by:
logEvent
in classAbstractWriteEvent
-