java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.config.ConfigException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoSuchObjectException
A
RuntimeException thrown when a problem is encountered in
an implementation of the Jakarta Config specfication.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newConfigException.ConfigException(String message) Creates a newConfigException.ConfigException(String message, Throwable cause) Creates a newConfigException.ConfigException(Throwable cause) Creates a newConfigException. -
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
public ConfigException()Creates a newConfigException. -
ConfigException
Creates a newConfigException.- Parameters:
message- a detail message; may benull
-
ConfigException
Creates a newConfigException.- Parameters:
cause- theThrowableresponsible for thisConfigException's existence; may benull
-
ConfigException
Creates a newConfigException.- Parameters:
message- a detail message; may benullcause- theThrowableresponsible for thisConfigException's existence; may benull
-