ClientGroup as an alternative or reach out to the maintainers describing
the use-case.@Deprecated
public final class UnknownPartitionException
extends IllegalStateException
| Constructor and Description |
|---|
UnknownPartitionException(PartitionAttributes partitionSelector,
String msg)
Deprecated.
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionAttributes |
getPartitionSelector()
Deprecated.
Get the
PartitionAttributes that was used to select the partition. |
public UnknownPartitionException(PartitionAttributes partitionSelector, String msg)
partitionSelector - The PartitionAttributes that failed to select a partition.msg - The descriptive message.public PartitionAttributes getPartitionSelector()
PartitionAttributes that was used to select the partition.PartitionAttributes that was used to select the partition.