Class CamelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CamelExchangeException, LoadPropertiesException, NoTypeConversionAvailableException

public class CamelException extends Exception
Base class for all Camel checked exceptions typically thrown by a Processor
See Also:
  • Constructor Details

    • CamelException

      public CamelException()
    • CamelException

      public CamelException(String message)
    • CamelException

      public CamelException(String message, Throwable cause)
    • CamelException

      public CamelException(Throwable cause)