Class PartitionInactiveException

All Implemented Interfaces:
Serializable

public class PartitionInactiveException extends BrokerClientException
Represents an exceptional error that occurs when a request is trying to be sent to an inactive partition.
See Also:
  • Constructor Details

    • PartitionInactiveException

      public PartitionInactiveException(int partitionId)
    • PartitionInactiveException

      public PartitionInactiveException(String message, int partitionId)
  • Method Details

    • getPartitionId

      public int getPartitionId()