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

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = EntityNotFoundException("Managed entity no longer exists")
assert error.message == "Managed entity no longer exists"