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.