| Interface | Description |
|---|---|
| ClientErrorHandler |
The client error handler deals with errors that are due to the client doing something wrong.
|
| ContextualException |
A marker interface to indicate that if an exception has a cause, it is merely providing service.
|
| ServerErrorHandler |
An object that can deal with errors that occur during the processing of an exchange.
|
| Class | Description |
|---|---|
| DebugErrorHandler |
A simple server and client error handler that prints out information in plain text to the response.
|