Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.security.config.ConfigurationException
- All Implemented Interfaces:
Serializable
Raised when a problem arises processing a configuration object.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ConfigurationException with the given message.ConfigurationException(String msg, Throwable cause) Creates a new ConfigurationException with the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
Creates a new ConfigurationException with the given message.- Parameters:
msg- the error message
-
ConfigurationException
-