| Interface | Description |
|---|---|
| ForeignExceptionListener |
The ForeignExceptionListener is an interface for objects that can receive a ForeignException.
|
| ForeignExceptionSnare |
This is an interface for a cooperative exception throwing mechanism.
|
| Class | Description |
|---|---|
| ForeignExceptionDispatcher |
The dispatcher acts as the state holding entity for foreign error handling.
|
| TestForeignExceptionDispatcher |
Test that we propagate errors through an dispatcher exactly once via different failure
injection mechanisms.
|
| TestForeignExceptionSerialization |
Test that we correctly serialize exceptions from a remote source
|
| TestTimeoutExceptionInjector |
Test the
TimeoutExceptionInjector to ensure we fulfill contracts |
| TimeoutExceptionInjector |
Time a given process/operation and report a failure if the elapsed time exceeds the max allowed
time.
|
| Exception | Description |
|---|---|
| ForeignException |
A ForeignException is an exception from another thread or process.
|
| TimeoutException |
Exception for timeout of a task.
|