com.xensource.xenapi
Class Types.VdiMissing

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.xensource.xenapi.Types.XenAPIException
                  extended by com.xensource.xenapi.Types.VdiMissing
All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.VdiMissing
extends Types.XenAPIException

This operation cannot be performed because the specified VDI could not be found on the storage substrate

See Also:
Serialized Form

Field Summary
 String sr
           
 String vdi
           
 
Fields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
 
Constructor Summary
Types.VdiMissing(String sr, String vdi)
          Create a new VdiMissing
 
Method Summary
 
Methods inherited from class com.xensource.xenapi.Types.XenAPIException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sr

public final String sr

vdi

public final String vdi
Constructor Detail

Types.VdiMissing

public Types.VdiMissing(String sr,
                        String vdi)
Create a new VdiMissing

Parameters:
sr -
vdi -