| Package | Description |
|---|---|
| org.apache.camel.processor.errorhandler |
Exception policy startegies for Dead Letter Channel pattern.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<ExceptionPolicyKey,ExceptionPolicy> |
ErrorHandlerSupport.exceptionPolicies |
| Modifier and Type | Method and Description |
|---|---|
protected ExceptionPolicy |
ErrorHandlerSupport.getExceptionPolicy(org.apache.camel.Exchange exchange,
Throwable exception)
CamelContextHelper Attempts to find the best suited
ExceptionPolicy to be used for handling the given
thrown exception. |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorHandlerSupport.addExceptionPolicy(ExceptionPolicyKey key,
ExceptionPolicy policy) |
Apache Camel