See: Description
| Interface | Description |
|---|---|
| ExceptionPolicyStrategy |
A strategy to determine which
ExceptionPolicyKey should handle the thrown
exception. |
| Class | Description |
|---|---|
| DeadLetterChannel |
Implements a Dead Letter
Channel after attempting to redeliver the message using the
RedeliveryPolicy |
| DefaultErrorHandler |
Default error handler
|
| DefaultExceptionPolicyStrategy |
The default strategy used in Camel to resolve the
ExceptionPolicyKey that should
handle the thrown exception. |
| ErrorHandlerSupport |
Support class for
ErrorHandler implementations. |
| ExceptionPolicy | |
| ExceptionPolicyKey |
Exception policy key is a compound key for storing:
route id + exception class + when => exception type.
|
| RedeliveryErrorHandler |
Base redeliverable error handler that also supports a final dead letter queue in case
all redelivery attempts fail.
|
| RedeliveryPolicy |
The policy used to decide how many times to redeliver and the time between
the redeliveries before being sent to a Dead Letter
Channel
|
| Enum | Description |
|---|---|
| ExceptionPolicy.RedeliveryOption |
Apache Camel