Class BrokerIdNotRegisteredException

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

public final class BrokerIdNotRegisteredException extends io.confluent.kafkarest.exceptions.StatusCodeException
An exception that indicates that the broker was not found to be registered in Kafka. Any APIs that throw this exception will return a response with status code 404 and body { "error_code": 404102 "message": "BrokerIdNotRegisteredException: The given broker ID was not registered." }
See Also:
  • Constructor Details

    • BrokerIdNotRegisteredException

      public BrokerIdNotRegisteredException(String message)