klyn.data.OptimisticLockException.OptimisticLockException
constructor
public OptimisticLockException(message as String = ""):
Description

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = OptimisticLockException("Entity version changed")
assert error.message == "Entity version changed"