com.xensource.xenapi
Class Types.VgpuTypeNotCompatibleWithRunningType

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

public static class Types.VgpuTypeNotCompatibleWithRunningType
extends Types.XenAPIException

VGPU type is not compatible with one or more of the VGPU types currently running on this PGPU

See Also:
Serialized Form

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

pgpu

public final java.lang.String pgpu

type

public final java.lang.String type

runningType

public final java.lang.String runningType
Constructor Detail

Types.VgpuTypeNotCompatibleWithRunningType

public Types.VgpuTypeNotCompatibleWithRunningType(java.lang.String pgpu,
                                                  java.lang.String type,
                                                  java.lang.String runningType)
Create a new VgpuTypeNotCompatibleWithRunningType

Parameters:
pgpu -
type -
runningType -