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:
  • Constructor Details

    • InvalidOffsetException

      public InvalidOffsetException(String message)
    • InvalidOffsetException

      public InvalidOffsetException(String message, Throwable cause)