com.hammurapi.eventbus
Class EventDispatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hammurapi.eventbus.EventBusException
com.hammurapi.eventbus.EventDispatchException
- All Implemented Interfaces:
- Serializable
public class EventDispatchException
- extends EventBusException
This exception is thrown in the case of problems dispatching event
to handlers.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EventDispatchException
public EventDispatchException(String message)
EventDispatchException
public EventDispatchException(Throwable cause)
EventDispatchException
public EventDispatchException(String message,
Throwable cause)