Package org.apache.kafka.common.config
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.common.config.ConfigException
- All Implemented Interfaces:
- Serializable
public class ConfigException extends KafkaException
Thrown if the user supplies an invalid configuration
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description ConfigException(String message)ConfigException(String name, Object value)ConfigException(String name, Object value, String message)
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConfigException
- 
ConfigException
- 
ConfigException
 
-