Class KafkaIngesterException

All Implemented Interfaces:
Serializable

public class KafkaIngesterException extends UncheckedDeephavenException
This exception is thrown when there is a failure to consume a Kafka record during Kafka to Deephaven ingestion.
See Also:
  • Constructor Details

    • KafkaIngesterException

      public KafkaIngesterException(String reason, Throwable cause)
      Constructs a new KafkaIngesterException with the specified reason.
      Parameters:
      reason - the exception detail message
      cause - the exception cause
    • KafkaIngesterException

      public KafkaIngesterException(String reason)
      Constructs a new KafkaIngesterException with the specified reason.
      Parameters:
      reason - the exception detail message