com.xensource.xenapi
Class Types.VdiContainsMetadataOfThisPool

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.VdiContainsMetadataOfThisPool
All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.VdiContainsMetadataOfThisPool
extends Types.XenAPIException

The VDI could not be opened for metadata recovery as it contains the current pool's metadata.

See Also:
Serialized Form

Field Summary
 String pool
           
 String vdi
           
 
Fields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
 
Constructor Summary
Types.VdiContainsMetadataOfThisPool(String vdi, String pool)
          Create a new VdiContainsMetadataOfThisPool
 
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

vdi

public final String vdi

pool

public final String pool
Constructor Detail

Types.VdiContainsMetadataOfThisPool

public Types.VdiContainsMetadataOfThisPool(String vdi,
                                           String pool)
Create a new VdiContainsMetadataOfThisPool

Parameters:
vdi -
pool -