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

Packages that use edu.ntnu.item.jt.VMware.errors
edu.ntnu.item.jt.VMware Provides an object oriented view of the VMware Vix C library. 
edu.ntnu.item.jt.VMware.errors VMware Vix related exceptions 
edu.ntnu.item.jt.system Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. 
 

Classes in edu.ntnu.item.jt.VMware.errors used by edu.ntnu.item.jt.VMware
ConnectionFailedException
          Indicates that a VMware connection failed.
CreateSnapshotException
          Indicates that an error occured during snapshot creation.
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.
 

Classes in edu.ntnu.item.jt.VMware.errors used by edu.ntnu.item.jt.VMware.errors
VMWareException
          A generic representation of a VMware Vix related exception.
 

Classes in edu.ntnu.item.jt.VMware.errors used by edu.ntnu.item.jt.system
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.
NoSnapshotAvailableException
          Indicates that no snapshot is available for a given virtual machine.
NoSnapshotLoadedException
          Indicates that no snapshot has been loaded.
RevertToSnapshotFailedException
          Indicates that an exception occured while trying to revert to snapshot.