|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionType | |
---|---|
org.apache.camel.builder | The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. |
org.apache.camel.model | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
org.apache.camel.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
Uses of ExceptionType in org.apache.camel.builder |
---|
Methods in org.apache.camel.builder that return ExceptionType | |
---|---|
ExceptionType |
RouteBuilder.exception(Class exceptionType)
Adds an exception handler route for the given exception type |
Methods in org.apache.camel.builder with parameters of type ExceptionType | |
---|---|
void |
ErrorHandlerBuilderSupport.addErrorHandlers(ExceptionType exception)
|
void |
ErrorHandlerBuilder.addErrorHandlers(ExceptionType exception)
|
Uses of ExceptionType in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return ExceptionType | |
---|---|
ExceptionType |
ExceptionType.backOffMultiplier(double backOffMultiplier)
|
ExceptionType |
ExceptionType.collisionAvoidanceFactor(double collisionAvoidanceFactor)
|
ExceptionType |
ExceptionType.collisionAvoidancePercent(short collisionAvoidancePercent)
|
ExceptionType |
ProcessorType.exception(Class exceptionType)
|
ExceptionType |
RoutesType.exception(Class exceptionType)
|
ExceptionType |
ExceptionType.initialRedeliveryDelay(long initialRedeliveryDelay)
|
ExceptionType |
ExceptionType.maximumRedeliveries(int maximumRedeliveries)
|
ExceptionType |
ExceptionType.useCollisionAvoidance()
|
ExceptionType |
ExceptionType.useExponentialBackOff()
|
Methods in org.apache.camel.model that return types with arguments of type ExceptionType | |
---|---|
List<ExceptionType> |
RoutesType.getExceptions()
|
Method parameters in org.apache.camel.model with type arguments of type ExceptionType | |
---|---|
void |
RoutesType.setExceptions(List<ExceptionType> exceptions)
|
Uses of ExceptionType in org.apache.camel.processor |
---|
Methods in org.apache.camel.processor that return ExceptionType | |
---|---|
protected ExceptionType |
ErrorHandlerSupport.getExceptionPolicy(Exchange exchange,
Throwable exception)
|
Methods in org.apache.camel.processor with parameters of type ExceptionType | |
---|---|
void |
ErrorHandlerSupport.addExceptionPolicy(ExceptionType exception)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |