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