Class ConcurrencyException

java.lang.Object
java.lang.Throwable
java.lang.Error
helma.objectmodel.ConcurrencyException
All Implemented Interfaces:
Serializable

public class ConcurrencyException extends 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:
  • Constructor Details

    • ConcurrencyException

      public ConcurrencyException(String msg)
      Creates a new ConcurrencyException object.
      Parameters:
      msg - ...