Package org.apache.camel.processor.exceptionpolicy

Exception policy startegies for Dead Letter Channel pattern.

See:
          Description

Interface Summary
ExceptionPolicyStrategy A strategy to determine which OnExceptionDefinition should handle the thrown exception.
 

Class Summary
DefaultExceptionPolicyStrategy The default strategy used in Camel to resolve the OnExceptionDefinition that should handle the thrown exception.
ExceptionPolicyKey Exception policy key is a compound key for storing: route id + exception class + when => exception type.
 

Package org.apache.camel.processor.exceptionpolicy Description

Exception policy startegies for Dead Letter Channel pattern.



Apache CAMEL