A | |
Abort [STM] |
The exception used to request the current transaction to be
cancelled.
|
C | |
Cancelled [STM] |
The exception used to indicate that the transaction is cancelled,
because it has failed and retries have been exhausted.
|
I | |
Interrupted [Runtime] |
Raised when a function is interrupted, using the string parameter to
indicate the name of the function.
|
R | |
Retry [STM] |
The exception used to request the current transaction to restart.
|
T | |
Timeout [Runtime] |
Raised when a function been waiting for the allocated ammount of time.
|