Package helma.objectmodel
Class ConcurrencyException
java.lang.Object
java.lang.Throwable
java.lang.Error
helma.objectmodel.ConcurrencyException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcurrencyException
Creates a new ConcurrencyException object.- Parameters:
msg
- ...
-