diff --git a/src/helma/objectmodel/ConcurrencyException.java b/src/helma/objectmodel/ConcurrencyException.java index d495e9c2..621ada77 100644 --- a/src/helma/objectmodel/ConcurrencyException.java +++ b/src/helma/objectmodel/ConcurrencyException.java @@ -21,7 +21,7 @@ package helma.objectmodel; * 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. */ -public class ConcurrencyException extends RuntimeException { +public class ConcurrencyException extends Error { /** * Creates a new ConcurrencyException object. *