|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionPolicyKey | |
---|---|
org.apache.camel.processor.exceptionpolicy | Exception policy startegies for Dead Letter Channel pattern. |
Uses of ExceptionPolicyKey in org.apache.camel.processor.exceptionpolicy |
---|
Methods in org.apache.camel.processor.exceptionpolicy that return ExceptionPolicyKey | |
---|---|
static ExceptionPolicyKey |
ExceptionPolicyKey.newInstance(Class exceptionClass)
|
static ExceptionPolicyKey |
ExceptionPolicyKey.newInstance(Class exceptionClass,
WhenType when)
|
Method parameters in org.apache.camel.processor.exceptionpolicy with type arguments of type ExceptionPolicyKey | |
---|---|
ExceptionType |
DefaultExceptionPolicyStrategy.getExceptionPolicy(Map<ExceptionPolicyKey,ExceptionType> exceptionPolicices,
Exchange exchange,
Throwable exception)
|
ExceptionType |
ExceptionPolicyStrategy.getExceptionPolicy(Map<ExceptionPolicyKey,ExceptionType> exceptionPolicices,
Exchange exchange,
Throwable exception)
Resolves the ExceptionType that should handle the thrown exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |