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

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = RollbackException("Transaction rolled back")
assert error.message == "Transaction rolled back"