oslo_messaging.
ClientSendError
(target, ex)¶Raised if we failed to send a message to a target.
oslo_messaging.
DriverLoadFailure
(driver, ex)¶Raised if a transport driver can’t be loaded.
oslo_messaging.
ExecutorLoadFailure
(executor, ex)¶Raised if an executor can’t be loaded.
oslo_messaging.
InvalidTransportURL
(url, msg)¶Raised if transport URL is invalid.
oslo_messaging.
MessagingException
¶Base class for exceptions.
oslo_messaging.
MessagingTimeout
¶Raised if message sending times out.
oslo_messaging.
MessagingServerError
¶Base class for all MessageHandlingServer exceptions.
oslo_messaging.
NoSuchMethod
(method)¶Raised if there is no endpoint which exposes the requested method.
oslo_messaging.
RPCDispatcherError
¶A base class for all RPC dispatcher exceptions.
oslo_messaging.
RPCVersionCapError
(version, version_cap)¶oslo_messaging.
ServerListenError
(target, ex)¶Raised if we failed to listen on a target.
oslo_messaging.
UnsupportedVersion
(version, method=None)¶Raised if there is no endpoint which supports the requested version.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.