Class NoOffsetForPartitionException

All Implemented Interfaces:
Serializable

public class NoOffsetForPartitionException
extends InvalidOffsetException
Indicates that there is no stored offset for a partition and no defined offset reset policy.
See Also:
Serialized Form
  • Constructor Details

    • NoOffsetForPartitionException

      public NoOffsetForPartitionException​(TopicPartition partition)
    • NoOffsetForPartitionException

      public NoOffsetForPartitionException​(Collection<TopicPartition> partitions)
  • Method Details