com.ls.util.objectcontrol
Class ConfigurationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.util.objectcontrol.ObjectControlException
|
+--com.ls.util.objectcontrol.ConfigurationException
- All Implemented Interfaces:
- Serializable
- public class ConfigurationException
- extends ObjectControlException
exception handling class for the configuration
- Version:
- $Revision: 1.1 $
- Author:
- Last modified by $Author: TBerk $
- See Also:
IConfigurable
, Serialized Form
ConfigurationException
public ConfigurationException()
- Creates a
ConfigurationException
with no specified detail message.
ConfigurationException
public ConfigurationException(String description)
- Creates a
ConfigurationException
with the specified detail message.
- Parameters:
description
- detail message
ConfigurationException
public ConfigurationException(String description,
Throwable throwable)
- Creates a
ConfigurationException
with the specified detail message and nested
throwable.
- Parameters:
description
- detail messagethrowable
- nested exception