Package org.apache.kafka.streams.errors
Class BrokerNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.kafka.common.KafkaException
-
- org.apache.kafka.streams.errors.StreamsException
-
- org.apache.kafka.streams.errors.BrokerNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class BrokerNotFoundException extends StreamsException
Indicates that none of the specifiedbrokers
could be found.- See Also:
StreamsConfig
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BrokerNotFoundException(java.lang.String message)
BrokerNotFoundException(java.lang.String message, java.lang.Throwable throwable)
BrokerNotFoundException(java.lang.Throwable throwable)
-
-
-
Constructor Detail
-
BrokerNotFoundException
public BrokerNotFoundException(java.lang.String message)
-
BrokerNotFoundException
public BrokerNotFoundException(java.lang.String message, java.lang.Throwable throwable)
-
BrokerNotFoundException
public BrokerNotFoundException(java.lang.Throwable throwable)
-
-