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

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = PersistenceException("Persistence operation failed")
assert error.message == "Persistence operation failed"