Class PartitionNotFoundException

All Implemented Interfaces:
Serializable

public class PartitionNotFoundException extends ClientException
Represents an exceptional error that occurs when a partition can not be found. For example this can happen when the element instance key does not refer to a known partition.
See Also:
  • Constructor Details

    • PartitionNotFoundException

      public PartitionNotFoundException(int partitionId)
    • PartitionNotFoundException

      public PartitionNotFoundException(String message, int partitionId)
    • PartitionNotFoundException

      public PartitionNotFoundException(String message, Throwable cause, int partitionId)
  • Method Details

    • getPartitionId

      public int getPartitionId()