ClientGroup as an alternative or reach out to the maintainers describing
the use-case.@Deprecated
public final class DuplicateAttributeException
extends IllegalStateException
PartitionAttributes.| Constructor and Description |
|---|
DuplicateAttributeException(PartitionAttributes.Key key,
String msg)
Deprecated.
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionAttributes.Key |
getKey()
Deprecated.
Get the
PartitionAttributes.Key which corresponds to the exception. |
public DuplicateAttributeException(PartitionAttributes.Key key, String msg)
key - The key for which the duplicate was detected.msg - The textual description of the exception.public PartitionAttributes.Key getKey()
PartitionAttributes.Key which corresponds to the exception.