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

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = EntityExistsException("Entity is already managed")
assert error.message == "Entity is already managed"