Packagesystem.errors
Classpublic class ConcurrencyError
InheritanceConcurrencyError Inheritance Error

The error throws when methods that have detected concurrent modification of an object when such modification is not permissible.



Public Methods
 MethodDefined By
  
ConcurrencyError(message:String, id:int = 0)
Creates a new ConcurrencyError instance.
ConcurrencyError
Constructor Detail
ConcurrencyError()Constructor
public function ConcurrencyError(message:String, id:int = 0)

Creates a new ConcurrencyError instance. If message is specified, its value is assigned to the object's ConcurrencyError.message property.

Parameters
message:String — A string associated with the ConcurrencyError object ; this parameter is optional.
 
id:int (default = 0) — A reference number to associate with the specific error message.