Package io.strimzi.kafka.oauth.common
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.strimzi.kafka.oauth.common.ConfigException
- All Implemented Interfaces:
Serializable
The exception used to signal a configuration error
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigException(String message) Create a new instance with the specified error messageConfigException(String message, Throwable cause) Create a new instance with the specified error message, and a 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
-
ConfigException
Create a new instance with the specified error message- Parameters:
message- The error message
-
ConfigException
Create a new instance with the specified error message, and a cause- Parameters:
message- The error messagecause- The exception cause
-