Class ExceptionCaptorNotifier

java.lang.Object
com.linkedin.davinci.notifier.LogNotifier
com.linkedin.venice.utils.ExceptionCaptorNotifier
All Implemented Interfaces:
VeniceNotifier, Closeable, AutoCloseable

public class ExceptionCaptorNotifier extends LogNotifier
  • Constructor Details

    • ExceptionCaptorNotifier

      public ExceptionCaptorNotifier()
  • Method Details

    • error

      public void error(String kafkaTopic, int partitionId, String message, Exception ex)
      Description copied from interface: VeniceNotifier
      Report an error, during the consumption for a Partitions and store. The error may or may not be fatal.
      Specified by:
      error in interface VeniceNotifier
      Overrides:
      error in class LogNotifier
    • getLatestException

      public Exception getLatestException()