Interface CamelEvent.FailureEvent

All Superinterfaces:
CamelEvent
All Known Subinterfaces:
CamelEvent.CamelContextReloadFailureEvent, CamelEvent.CamelContextResumeFailureEvent, CamelEvent.CamelContextStartupFailureEvent, CamelEvent.CamelContextStopFailureEvent, CamelEvent.ExchangeFailedEvent, CamelEvent.ServiceStartupFailureEvent, CamelEvent.ServiceStopFailureEvent, CamelEvent.StepFailedEvent
Enclosing interface:
CamelEvent

public static interface CamelEvent.FailureEvent extends CamelEvent
This interface is implemented by all events that contain an exception and is used to retrieve the exception in a universal way.
  • Method Details