Uses of Class
org.apache.camel.CamelException
Packages that use CamelException
-
Uses of CamelException in org.apache.camel
Subclasses of CamelException in org.apache.camelModifier and TypeClassDescriptionclassAn exception thrown for either authentication or authorization errors occurring in a Camel exchange.classACamelExceptionthat carries theExchangewhose processing triggered the failure.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.classRepresents a failure to open a Properties file at a given URLclassclassThrown 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 when the Camel type-converter registry cannot find a converter capable of transforming a given value to the requested target type.classThrown (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