public RollbackException(message as String = ""):
Creates this framework exception.
| Parameter | Description |
|---|---|
message | Human-readable failure description. |
error = RollbackException("Transaction rolled back")
assert error.message == "Transaction rolled back"