Class InvalidOffsetException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OffsetOutOfRangeException

public class InvalidOffsetException
extends ApiException
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:
OffsetOutOfRangeException, Serialized Form
  • Constructor Details

    • InvalidOffsetException

      public InvalidOffsetException​(String message)
    • InvalidOffsetException

      public InvalidOffsetException​(String message, Throwable cause)