Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.security.config.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException extends RuntimeException
Raised when a problem arises processing a configuration object.
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String msg)
      Creates a new ConfigurationException with the given message.
      Parameters:
      msg - the error message
    • ConfigurationException

      public ConfigurationException(String msg, Throwable cause)
      Creates a new ConfigurationException with the given message and cause.
      Parameters:
      msg - the error message
      cause - the cause of the error