Class InvalidOffsetException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoOffsetForPartitionException, OffsetOutOfRangeException

public abstract class InvalidOffsetException extends KafkaException
Thrown when the offset for a set of partitions is invalid (either undefined or out of range), and no reset policy has been configured.
See Also:
  • Constructor Details

    • InvalidOffsetException

      public InvalidOffsetException(String message)
  • Method Details