Class BrokerNotFoundException

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

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

    • BrokerNotFoundException

      public BrokerNotFoundException(String clusterId, int brokerId)