com.xensource.xenapi
Class Types.HostInUse

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

public static class Types.HostInUse
extends Types.XenAPIException

This operation cannot be completed as the host is in use by (at least) the object of type and ref echoed below.

See Also:
Serialized Form

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

host

public final String host

type

public final String type

ref

public final String ref
Constructor Detail

Types.HostInUse

public Types.HostInUse(String host,
                       String type,
                       String ref)
Create a new HostInUse

Parameters:
host -
type -
ref -