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 | |
Raised [Runtime] |
Raised when a passed function raised an exception, using the
parameter to store the originally raised exception.
|
Retry [STM] |
The exception used to request the current transaction to restart.
|
T | |
Timeout [Runtime] |
Raised when a function has been waiting for the allocated amount of
time, using the string parameter to indicate the name of the
function.
|