com.xensource.xenapi
Class Types.VdiTooSmall

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

public static class Types.VdiTooSmall
extends Types.XenAPIException

The VDI is too small. Please resize it to at least the minimum size.

See Also:
Serialized Form

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

minimumSize

public final java.lang.String minimumSize
Constructor Detail

Types.VdiTooSmall

public Types.VdiTooSmall(java.lang.String vdi,
                         java.lang.String minimumSize)
Create a new VdiTooSmall

Parameters:
vdi -
minimumSize -