Package net.sf.basedb.core
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.basedb.core.BaseException
net.sf.basedb.core.ConfigurationException
- All Implemented Interfaces:
Serializable
This exception is thrown by the
Config
class
if there is a problem with finding or loading the configuration
settings.- Version:
- 2.0
- Author:
- Nicklas
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String message) Creates a newConfigurationException
.ConfigurationException
(String message, Throwable cause) Creates a newConfigurationException
with a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ConfigurationException
Creates a newConfigurationException
.- Parameters:
message
- The message of the exception
-
ConfigurationException
Creates a newConfigurationException
with a cause.- Parameters:
message
- The message of the exceptioncause
- The cause of the exception- Since:
- 2.16
-