org.apache.camel.management.event
Class CamelContextStartupFailureEvent
java.lang.Object
java.util.EventObject
org.apache.camel.management.event.CamelContextStartupFailureEvent
- All Implemented Interfaces:
- Serializable
public class CamelContextStartupFailureEvent
- extends EventObject
- Version:
- $Revision: 835593 $
- See Also:
- Serialized Form
CamelContextStartupFailureEvent
public CamelContextStartupFailureEvent(CamelContext context,
Exception cause)
getContext
public CamelContext getContext()
getCause
public Exception getCause()
toString
public String toString()
- Overrides:
toString in class EventObject
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.