Exception classes and SOAP response error checking module.
Bases: cinder.volume.drivers.vmware.error_util.VimException
Session Overload Exception.
Bases: cinder.exception.CinderException
Base class for all exceptions raised by the VMDK driver.
All exceptions raised by the vmdk driver should raise an exception descended from this class as a root. This will allow the driver to potentially trap problems related to its own internal configuration before halting the cinder-volume node.
Bases: cinder.volume.drivers.vmware.error_util.VMwareDriverException
Base class for all configuration exceptions.
Bases: cinder.volume.drivers.vmware.error_util.VimException
VI Attribute Error.
Bases: cinder.volume.drivers.vmware.error_util.VimException
Thrown when there is a connection problem.
Bases: cinder.exception.CinderException
The VIM Exception class.
Bases: cinder.volume.drivers.vmware.error_util.VimException
Exception thrown when there are faults during VIM API calls.