Class TopicPartitionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.kafkarest.exceptions.StatusCodeException
io.confluent.kafkarest.exceptions.TopicPartitionNotFoundException
All Implemented Interfaces:
Serializable

public final class TopicPartitionNotFoundException extends io.confluent.kafkarest.exceptions.StatusCodeException
An exception that indicates a fetch Kafka topic partition operation has been attempted for a non existing topic partition.
See Also:
  • Constructor Details

    • TopicPartitionNotFoundException

      public TopicPartitionNotFoundException(String clusterId, String topicName, Optional<Integer> partitionId, String errorMessage)
    • TopicPartitionNotFoundException

      public TopicPartitionNotFoundException(String clusterId, String topicName, String errorMessage)