Package io.deephaven.kafka.publish
Class KafkaPublisherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.kafka.publish.KafkaPublisherException
- All Implemented Interfaces:
Serializable
This exception is thrown when there is a failure to produce a Kafka record during Deephaven to Kafka publication.
- See Also:
-
Constructor Summary
ConstructorDescriptionKafkaPublisherException
(String reason) Constructs a new KafkaIngesterException with the specified reason.KafkaPublisherException
(String reason, Throwable cause) Constructs a new KafkaIngesterException with the specified reason. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KafkaPublisherException
Constructs a new KafkaIngesterException with the specified reason.- Parameters:
reason
- the exception detail messagecause
- the exception cause
-
KafkaPublisherException
Constructs a new KafkaIngesterException with the specified reason.- Parameters:
reason
- the exception detail message
-