| Package | system.errors |
| Class | public class ConcurrencyError |
| Inheritance | ConcurrencyError Error |
| Method | Defined By | ||
|---|---|---|---|
ConcurrencyError(message:String, id:int = 0)
Creates a new ConcurrencyError instance. | ConcurrencyError | ||
| 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.
Parametersmessage: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.
|