com.hammurapi.eventbus
Class DispatchNetworkException

Show UML class diagram
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hammurapi.eventbus.EventBusException
                  extended by 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

Constructor Summary
DispatchNetworkException(String message)
           
DispatchNetworkException(String message, Throwable cause)
           
DispatchNetworkException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DispatchNetworkException

public DispatchNetworkException(String message)

DispatchNetworkException

public DispatchNetworkException(Throwable cause)

DispatchNetworkException

public DispatchNetworkException(String message,
                                Throwable cause)