public NonUniqueResultException(message as String = ""):
Creates this framework exception.
| Parameter | Description |
|---|---|
message | Human-readable failure description. |
error = NonUniqueResultException("More than one entity found")
assert error.message == "More than one entity found"