Package helma.objectmodel
Class ConcurrencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- helma.objectmodel.ConcurrencyException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConcurrencyException extends java.lang.Error
Thrown when more than one thrad tries to modify a Node. The evaluator will normally catch this and try again after a period of time.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrencyException(java.lang.String msg)
Creates a new ConcurrencyException object.
-