Class ConfigException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfigException
    extends KafkaException
    Thrown if the user supplies an invalid configuration
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigException​(java.lang.String message)  
      ConfigException​(java.lang.String name, java.lang.Object value)  
      ConfigException​(java.lang.String name, java.lang.Object value, java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConfigException

        public ConfigException​(java.lang.String message)
      • ConfigException

        public ConfigException​(java.lang.String name,
                               java.lang.Object value)
      • ConfigException

        public ConfigException​(java.lang.String name,
                               java.lang.Object value,
                               java.lang.String message)