Uses of Class
edu.ntnu.item.jt.VMware.errors.VMWareException

Packages that use VMWareException
edu.ntnu.item.jt.VMware.errors VMware Vix related exceptions 
 

Uses of VMWareException in edu.ntnu.item.jt.VMware.errors
 

Subclasses of VMWareException in edu.ntnu.item.jt.VMware.errors
 class ConnectionFailedException
          Indicates that a VMware connection failed.
 class CreateSnapshotException
          Indicates that an error occured during snapshot creation.
 class DirectoryCreationException
          Indicates that an exception occured when trying to create a directory.
 class FileCopyException
          Indicates that an exception occured during file copying (to or from virtual machine).
 class FileExecutionException
          Indicates that an error occured when executing a file in a virtual machine.
 class LoginFailureException
          Indicates that an exception occured when trying to log in to a virtual machine OS.
 class NoSnapshotLoadedException
          Indicates that no snapshot has been loaded.
 class OpenVMException
          Indicates that an error occured when trying to load a virtual machine in a VMware Server.
 class PowerOffFailureException
          Indicates that an exception occured while trying to power of a virtual machine.
 class PowerUpFailureException
          Indicates that an exception occured while trying to power up a virtual machine.
 class RevertToSnapshotFailedException
          Indicates that an exception occured while trying to revert to snapshot.