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

public class EventDeliveryFailedException extends RuntimeException
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 Details