Class KafkaPublisherException

All Implemented Interfaces:
Serializable

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

    • KafkaPublisherException

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

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