Class DuplicateAttributeException

All Implemented Interfaces:
Serializable

@Deprecated public final class DuplicateAttributeException extends IllegalStateException
Deprecated.
We are unaware of anyone using "partition" feature and plan to remove it in future releases. If you depend on it, consider using ClientGroup as an alternative or reach out to the maintainers describing the use-case.
Indicates that a duplicate value was added while constructing a PartitionAttributes.
See Also:
  • Constructor Details

    • DuplicateAttributeException

      public DuplicateAttributeException(PartitionAttributes.Key key, String msg)
      Deprecated.
      Create a new instance.
      Parameters:
      key - The key for which the duplicate was detected.
      msg - The textual description of the exception.
  • Method Details