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 Link icon

    • InvalidOffsetException Link icon

      public InvalidOffsetException(String message)
    • InvalidOffsetException Link icon

      public InvalidOffsetException(String message, Throwable cause)