Class EventQueueClosedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.a2aproject.sdk.server.events.EventQueueClosedException
All Implemented Interfaces:
Serializable

public class EventQueueClosedException extends Exception
Exception thrown when attempting to dequeue from a closed and empty event queue. This signals to consumers that no more events will be available from the queue.
See Also:
  • Constructor Details

    • EventQueueClosedException

      public EventQueueClosedException()