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

Base class for exceptions.

exception oslo.messaging.MessagingTimeout

Raised if message sending times out.

exception oslo.messaging.MessagingServerError

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

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

Next topic

Testing Configurations

This Page