Class ClosedPartitionException

All Implemented Interfaces:
Serializable

@Deprecated public final class ClosedPartitionException 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.
Thrown when a request is issued against a valid partition that was closed after selection.
See Also:
  • Constructor Details

    • ClosedPartitionException

      public ClosedPartitionException(PartitionAttributes partitionSelector, String msg)
      Deprecated.
      Create a new instance.
      Parameters:
      partitionSelector - The PartitionAttributes that selected the partition.
      msg - The descriptive message.
  • Method Details