public EntityNotFoundException(message as String = ""):
Creates this framework exception.
| Parameter | Description |
|---|---|
message | Human-readable failure description. |
error = EntityNotFoundException("Managed entity no longer exists")
assert error.message == "Managed entity no longer exists"