Exceptions#
- exception InvalidChannelException#
- exception InvalidListenerException#
- exception InvalidMessageFormat#
- exception NoMessagesException#
Raised when trying to fetch from an empty queue
- exception RepositoryError#
Raised when an unexpected error occurs while trying to fetch messages from a queue.
Concrete implementations of
ObjectRepositoryInterface
should wrap here the unexpected exceptions they catch before raising.