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
public class ConfigurationException
- extends BaseException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ConfigurationException
public ConfigurationException(String message)
- Creates a new
ConfigurationException
.
- Parameters:
message
- The message of the exception
ConfigurationException
public ConfigurationException(String message,
Throwable cause)
- Creates a new
ConfigurationException
with a cause.
- Parameters:
message
- The message of the exceptioncause
- The cause of the exception- Since:
- 2.16