java.lang.Object
java.lang.Throwable
java.lang.Exception
it.rebirthproject.ufoeb.exceptions.EventBusException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionEventBusException
(String detailMessage) Constructor for creating an EventBusException, passing a message for the exceptionEventBusException
(String detailMessage, Throwable throwable) Constructor for creating anEventBusException
, passing a message for the exception and the concrete exception occurred behind the scenes -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventBusException
Constructor for creating an EventBusException, passing a message for the exception- Parameters:
detailMessage
- The message of the exception
-
EventBusException
Constructor for creating anEventBusException
, passing a message for the exception and the concrete exception occurred behind the scenes- Parameters:
detailMessage
- The message of the exceptionthrowable
- The concrete exception which triggered theEventBusException
-