This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.rpc.common Module

exception nova.rpc.common.RemoteError(exc_type, value, traceback)

Bases: nova.exception.Error

Signifies that a remote class has raised an exception.

Containes a string representation of the type of the original exception, the value of the original exception, and the traceback. These are sent to the parent as a joined string so printing the exception contains all of the relevent info.