Package org.a2aproject.sdk.server.events
Class EventQueueClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.a2aproject.sdk.server.events.EventQueueClosedException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventQueueClosedException
public EventQueueClosedException()
-