Uses of Class
org.apache.camel.CamelExchangeException
Packages that use CamelExchangeException
-
Uses of CamelExchangeException in org.apache.camel
Subclasses of CamelExchangeException in org.apache.camelModifier and TypeClassDescriptionclassAn exception thrown for either authentication or authorization errors occurring in a Camel exchange.classAUnitOfWorkfailed with a number of caused exceptions.classAn exception thrown if an InOut exchange times out receiving the OUT messageclassThrown when the body of aMessagecannot be converted to the expected type, for example because the body is null or its runtime type is incompatible with the requested type.classclassThrown when neither a mandatory header nor a mandatory exchange property is available on anExchange, and at least one of them is required for processing to continue.classThrown when a mandatory exchange property is not available on anExchange.classAn exception caused when a mandatory variable is not availableclassThrown (or explicitly constructed and set on anExchange) to signal that the current exchange should be rolled back by the error handler.classBase class for all validation exceptions, such as, so that callers can catch all validation failures in a single handler irrespective of the particular validation technology used.invalid reference
org.apache.camel.support.processor.validation.SchemaValidationException