Uses of Class
org.apache.camel.CamelException

Packages that use CamelException
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.component.direct The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. 
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 CamelException in org.apache.camel
 

Subclasses of CamelException in org.apache.camel
 class AlreadyStoppedException
          Exception thrown in situations when a Service has already been stopped.
 class CamelAuthorizationException
          An exception thrown for either authentication or authorization errors occurring in a Camel exchange.
 class CamelExchangeException
          An exception caused by a specific message 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 FailedToCreateRouteException
          Exception when failing to create a Route.
 class FailedToStartRouteException
          Exception when failing to start a Route.
 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 NoTypeConversionAvailableException
          An exception thrown if a value could not be converted to the required type
 class RollbackExchangeException
          Exception used for forcing an Exchange to be rolled back.
 class TypeConverterLoaderException
          Exception when failing to load type converters.
 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 CamelException in org.apache.camel.component.bean
 

Subclasses of CamelException 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 CamelException in org.apache.camel.component.direct
 

Subclasses of CamelException in org.apache.camel.component.direct
 class DirectConsumerNotAvailableException
          Exception thrown when no consumers are available.
 

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

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

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

Subclasses of CamelException 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