com.hammurapi.eventbus
Class EventBusException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DispatchNetworkException, EventDispatchException, EventDispatchMultiCauseException

public class EventBusException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
protected EventBusException()
           
  EventBusException(String message)
           
  EventBusException(String message, Throwable cause)
           
  EventBusException(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

EventBusException

protected EventBusException()

EventBusException

public EventBusException(String message)

EventBusException

public EventBusException(Throwable cause)

EventBusException

public EventBusException(String message,
                         Throwable cause)