Class CamelExecutionException

All Implemented Interfaces:
Serializable

public class CamelExecutionException extends RuntimeExchangeException
Exception occurred during execution/processing of an Exchange.

Is usually thrown to the caller when using the ProducerTemplate to send messages to Camel.

See Also:
  • Constructor Details

    • CamelExecutionException

      public CamelExecutionException(String message, Exchange exchange)
    • CamelExecutionException

      public CamelExecutionException(String message, Exchange exchange, Throwable cause)
  • Method Details