Class EventException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.symphony.bdk.core.service.datafeed.EventException
All Implemented Interfaces:
Serializable

@API(status=STABLE) public class EventException extends RuntimeException
A particular exception to throw from RealTimeEventListener implementations to explicitly indicate that the event processing has failed and that all the events received in the datafeed read events call should be re-queued. They will eventually get redispatched after some time (30s by default).

Only supported by DFv2.

See Also:
  • Constructor Details

    • EventException

      public EventException(String message)
    • EventException

      public EventException(String message, Throwable cause)
    • EventException

      public EventException(Throwable cause)