org.apache.tuscany.core.context
Class EventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.common.TuscanyRuntimeException
org.apache.tuscany.core.context.CoreRuntimeException
org.apache.tuscany.core.context.EventException
- All Implemented Interfaces:
- Serializable
public class EventException
- extends CoreRuntimeException
Denotes an error encountered while firing a module event
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
- See Also:
- Serialized Form
EventException
public EventException(String message,
Throwable cause)
EventException
public EventException(String message)
EventException
public EventException(Throwable cause)
EventException
public EventException()
-