com.iplanet.jato.model
Class ModelControlException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.iplanet.jato.util.WrapperException
|
+--com.iplanet.jato.model.ModelControlException
- All Implemented Interfaces:
- RootCauseException, java.io.Serializable
- public class ModelControlException
- extends WrapperException
Thrown when a model encounters an unexpected error attempting to
manipulate its data store
- Version:
- JATO/1.2.2 $Id: ModelControlException.java,v 1.6 2002/03/16 03:26:31 todd Exp $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ModelControlException
public ModelControlException()
- Default constructor
ModelControlException
public ModelControlException(java.lang.String message)
ModelControlException
public ModelControlException(java.lang.Throwable rootCause)
ModelControlException
public ModelControlException(java.lang.String message,
java.lang.Throwable rootCause)