Class EventDeliveryFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.rarogsoftware.rarog.platform.api.plugins.events.EventDeliveryFailedException
- All Implemented Interfaces:
Serializable
Exception thrown by the
EventService
when the event is sent with a method propagating exceptions
and one of the listeners throws any Throwable
when handling the event.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventDeliveryFailedException
(EventListener listener, Method method, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventDeliveryFailedException
-