public class NoOffsetForPartitionException extends InvalidOffsetException
| Constructor and Description |
|---|
NoOffsetForPartitionException(Collection<TopicPartition> partitions) |
NoOffsetForPartitionException(TopicPartition partition) |
| Modifier and Type | Method and Description |
|---|---|
TopicPartition |
partition()
Deprecated.
please use
partitions |
Set<TopicPartition> |
partitions()
returns all partitions for which no offests are defined.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoOffsetForPartitionException(TopicPartition partition)
public NoOffsetForPartitionException(Collection<TopicPartition> partitions)
@Deprecated public TopicPartition partition()
partitionspartitions) for which no offset is defined.public Set<TopicPartition> partitions()
partitions in class InvalidOffsetException