Uses of Class
org.apache.camel.CamelExchangeException

Packages that use CamelExchangeException
org.apache.camel The core Camel API. 
org.apache.camel.component.bean The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO 
org.apache.camel.processor.aggregate Helper classes for the Aggregator pattern. 
org.apache.camel.processor.validation Performs XML validation using JAXP for validating against XSD or RelaxNG 
 

Uses of CamelExchangeException in org.apache.camel
 

Subclasses of CamelExchangeException in org.apache.camel
 class CamelAuthorizationException
          An exception thrown for either authentication or authorization errors occurring in a Camel exchange.
 class CamelUnitOfWorkException
          A UnitOfWork failed with a number of caused exceptions.
 class ExchangeTimedOutException
          An exception thrown if an InOut exchange times out receiving the OUT message
 class InvalidPayloadException
          Deprecated. will be removed in Camel 3.0
 class NoSuchHeaderException
          An exception caused when a mandatory header is not available on a message Exchange
 class NoSuchPropertyException
          An exception caused when a mandatory property is not available on a message Exchange
 class RollbackExchangeException
          Exception used for forcing an Exchange to be rolled back.
 class ValidationException
          The base class for any validation exception, such as SchemaValidationException so that it is easy to treat all validation errors in a similar way irrespective of the particular validation technology used.
 

Uses of CamelExchangeException in org.apache.camel.component.bean
 

Subclasses of CamelExchangeException in org.apache.camel.component.bean
 class AmbiguousMethodCallException
          An exception thrown if an attempted method invocation resulted in an ambiguous method such that multiple methods match the inbound message exchange
 class MethodNotFoundException
           
 

Uses of CamelExchangeException in org.apache.camel.processor.aggregate
 

Subclasses of CamelExchangeException in org.apache.camel.processor.aggregate
 class ClosedCorrelationKeyException
          The correlation key has been closed and the Exchange cannot be aggregated.
 

Uses of CamelExchangeException in org.apache.camel.processor.validation
 

Subclasses of CamelExchangeException in org.apache.camel.processor.validation
 class NoXmlBodyValidationException
          An exception found if no XML body is available on the inbound message
 class PredicateValidationException
          A predicate validation exception occurred
 class SchemaValidationException
          A Schema validation exception occurred
 



Apache CAMEL