Class RecordDeserializationException

All Implemented Interfaces:
Serializable

public class RecordDeserializationException
extends SerializationException
This exception is raised for any error that occurs while deserializing records received by the consumer using the configured Deserializer.
See Also:
Serialized Form
  • Constructor Details

    • RecordDeserializationException

      public RecordDeserializationException​(TopicPartition partition, long offset, String message, Throwable cause)
  • Method Details

    • topicPartition

      public TopicPartition topicPartition()
    • offset

      public long offset()