public class CamelContextStopFailureEvent extends EventObject
source| Constructor and Description |
|---|
CamelContextStopFailureEvent(CamelContext context,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
CamelContext |
getContext() |
String |
toString() |
getSourcepublic CamelContextStopFailureEvent(CamelContext context, Throwable cause)
public CamelContext getContext()
public Throwable getCause()
public String toString()
toString in class EventObjectApache Camel