com.xensource.xenapi
Class Types.HostNotEnoughFreeMemory

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

public static class Types.HostNotEnoughFreeMemory
extends Types.XenAPIException

Not enough host memory is available to perform this operation

See Also:
Serialized Form

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

needed

public final java.lang.String needed

available

public final java.lang.String available
Constructor Detail

Types.HostNotEnoughFreeMemory

public Types.HostNotEnoughFreeMemory(java.lang.String needed,
                                     java.lang.String available)
Create a new HostNotEnoughFreeMemory

Parameters:
needed -
available -