Package io.deephaven.kafka.ingest
Class KafkaIngesterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.kafka.ingest.KafkaIngesterException
- All Implemented Interfaces:
Serializable
This exception is thrown when there is a failure to consume a Kafka record during Kafka to Deephaven ingestion.
- See Also:
-
Constructor Summary
ConstructorDescriptionKafkaIngesterException
(String reason) Constructs a new KafkaIngesterException with the specified reason.KafkaIngesterException
(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
-
KafkaIngesterException
Constructs a new KafkaIngesterException with the specified reason.- Parameters:
reason
- the exception detail messagecause
- the exception cause
-
KafkaIngesterException
Constructs a new KafkaIngesterException with the specified reason.- Parameters:
reason
- the exception detail message
-