Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
Modifier and Type | Class and Description |
---|---|
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
Is thrown if the payload from the exchange could not be retrieved because of being null, wrong class type etc.
|
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
org.apache.camel.processor.validation.SchemaValidationException so that it is easy to treat all validation
errors in a similar way irrespective of the particular validation technology used. |
Apache Camel