Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.bookkeeper.common.conf.ConfigException
- All Implemented Interfaces:
Serializable
Exception thrown for configuration errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigException(String error) Construct a config exception with provided error.ConfigException(String error, Throwable cause) Construct a config exception with provided error and reason. -
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
Construct a config exception with provided error.- Parameters:
error- error message
-
ConfigException
Construct a config exception with provided error and reason.- Parameters:
error- error messagecause- error cause
-