Exceptions#

exception InvalidChannelException#
exception InvalidConnectionException#
exception InvalidListenerException#
exception InvalidMessageFormat#
exception ItemNotFound#

Raised to inform that a key was not found in a repository

__init__(key)#
Parameters:

key (str)

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.