java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.common.config.ConfigException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigException
Exception is thrown by
Config
implementations.- See Also:
-
Constructor Summary
ConstructorDescriptionConfigException
(String message) Constructor with the detailed message.ConfigException
(String message, Throwable cause) Constructor with the detailed message. -
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
Constructor with the detailed message.- Parameters:
message
- the message
-
ConfigException
Constructor with the detailed message.- Parameters:
message
- the messagecause
- the cause
-