Class EventBusException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.rebirthproject.ufoeb.exceptions.EventBusException
All Implemented Interfaces:
Serializable

public class EventBusException extends Exception
An Exception thrown if something goes wrong using the EventBus.
See Also:
  • Constructor Details

    • EventBusException

      public EventBusException(String detailMessage)
      Constructor for creating an EventBusException, passing a message for the exception
      Parameters:
      detailMessage - The message of the exception
    • EventBusException

      public EventBusException(String detailMessage, Throwable throwable)
      Constructor for creating an EventBusException, passing a message for the exception and the concrete exception occurred behind the scenes
      Parameters:
      detailMessage - The message of the exception
      throwable - The concrete exception which triggered the EventBusException