Package edu.ntnu.item.jt.VMware.errors

VMware Vix related exceptions

See:
          Description

Exception Summary
ConnectionFailedException Indicates that a VMware connection failed.
CreateSnapshotException Indicates that an error occured during snapshot creation.
DirectoryCreationException Indicates that an exception occured when trying to create a directory.
FileCopyException Indicates that an exception occured during file copying (to or from virtual machine).
FileExecutionException Indicates that an error occured when executing a file in a virtual machine.
LoginFailureException Indicates that an exception occured when trying to log in to a virtual machine OS.
NoSnapshotAvailableException Indicates that no snapshot is available for a given virtual machine.
NoSnapshotLoadedException Indicates that no snapshot has been loaded.
OpenVMException Indicates that an error occured when trying to load a virtual machine in a VMware Server.
PowerOffFailureException Indicates that an exception occured while trying to power of a virtual machine.
PowerUpFailureException Indicates that an exception occured while trying to power up a virtual machine.
RevertToSnapshotFailedException Indicates that an exception occured while trying to revert to snapshot.
VMWareException A generic representation of a VMware Vix related exception.
 

Package edu.ntnu.item.jt.VMware.errors Description

VMware Vix related exceptions.