new ConcurrencyError( [message] [, fileName] [, lineNumber])
Thrown when methods that have detected concurrent modification of an object when such modification is not permissible.
Thrown when methods that have detected concurrent modification of an object when such modification is not permissible.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
message |
string |
<optional> |
Human-readable description of the error. |
fileName |
string |
<optional> |
Human-readable description of the error. |
lineNumber |
string |
<optional> |
Human-readable description of the error. |
Extends
- Error