Exceptions

exception oslo.messaging.ClientSendError(target, ex)

Raised if we failed to send a message to a target.

exception oslo.messaging.DriverLoadFailure(driver, ex)

Raised if a transport driver can’t be loaded.

exception oslo.messaging.ExecutorLoadFailure(executor, ex)

Raised if an executor can’t be loaded.

exception oslo.messaging.InvalidTransportURL(url, msg)

Raised if transport URL is invalid.

exception oslo.messaging.MessagingException(msg=None)

Base class for exceptions.

exception oslo.messaging.MessagingTimeout(msg=None)

Raised if message sending times out.

exception oslo.messaging.MessagingServerError(msg=None)

Base class for all MessageHandlingServer exceptions.

exception oslo.messaging.NoSuchMethod(method)

Raised if there is no endpoint which exposes the requested method.

exception oslo.messaging.RPCDispatcherError(msg=None)

A base class for all RPC dispatcher exceptions.

exception oslo.messaging.RPCVersionCapError(version, version_cap)
exception oslo.messaging.ServerListenError(target, ex)

Raised if we failed to listen on a target.

exception oslo.messaging.UnsupportedVersion(version)

Raised if there is no endpoint which supports the requested version.

Previous topic

Serializer

This Page