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