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 Summary
ConstructorsConstructorDescriptionTopicPartitionNotFoundException(String clusterId, String topicName, String errorMessage) TopicPartitionNotFoundException(String clusterId, String topicName, Optional<Integer> partitionId, String errorMessage) -
Method Summary
Methods inherited from class io.confluent.kafkarest.exceptions.StatusCodeException
create, create, getCode, getDetail, getStatus, getTitleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TopicPartitionNotFoundException
-
TopicPartitionNotFoundException
-