| 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 | 
|---|---|
| ForeignException.ProxyThrowable | This is a Proxy Throwable that contains the information of the original remote exception | 
| ForeignExceptionDispatcher | The dispatcher acts as the state holding entity for foreign error handling. | 
| 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. | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.