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

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = TransactionException("Transaction failed")
assert error.message == "Transaction failed"