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

Fields inherited from class com.ls.BaseException
innerThrowable
 
Constructor Summary
ObjectControlException()
          Creates a ObjectControlException with no specified detail message.
ObjectControlException(String description)
          Creates a ObjectControlException with the specified detail message.
ObjectControlException(String description, Throwable throwable)
          Creates a ObjectControlException with the specified detail message and nested throwable.
 
Methods inherited from class com.ls.BaseException
getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
throwable - nested exception