Class ConnectConfigException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConnectConfigException
    extends org.apache.kafka.common.config.ConfigException
    See Also:
    Serialized Form
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getOriginalMessage()  
      java.lang.Object getValue()  
      • 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

      • ConnectConfigException

        public ConnectConfigException​(java.lang.String name,
                                      java.lang.Object value,
                                      java.lang.String message)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.Object getValue()
      • getOriginalMessage

        public java.lang.String getOriginalMessage()