com.hammurapi.eventbus
Class EventBusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hammurapi.eventbus.EventBusException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DispatchNetworkException, EventDispatchException, EventDispatchMultiCauseException
public class EventBusException
- extends RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EventBusException
protected EventBusException()
EventBusException
public EventBusException(String message)
EventBusException
public EventBusException(Throwable cause)
EventBusException
public EventBusException(String message,
Throwable cause)