Class InvalidOffsetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.clients.consumer.InvalidOffsetException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoOffsetForPartitionException,OffsetOutOfRangeException
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 Summary
ConstructorsMethod Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
InvalidOffsetException
Method Details
partitions