org.concord.biologica.engine
Class ObjectLockedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.concord.biologica.engine.ObjectLockedException
All Implemented Interfaces:
java.io.Serializable

public final class ObjectLockedException
extends java.lang.RuntimeException

Exception indicating that the object has been "locked" and may not be modified. In this state, the object cannot be modified and will raise this exception when a function to modify the object is called.

Version:
$Revision: 1.1.1.1 $ $Date: 2001/04/28 00:39:13 $
Author:
$Author: ed $
See Also:
Serialized Form

Constructor Summary
ObjectLockedException(java.lang.String errorText)
          Creates a new exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectLockedException

public ObjectLockedException(java.lang.String errorText)
Creates a new exception.
Parameters:
errorText - String - additional error text explaining exception