com.xensource.xenapi
Class Types.HostInUse
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.HostInUse
- All Implemented Interfaces:
- java.io.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 |
java.lang.String |
host
|
java.lang.String |
ref
|
java.lang.String |
type
|
Constructor Summary |
Types.HostInUse(java.lang.String host,
java.lang.String type,
java.lang.String ref)
Create a new HostInUse |
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 |
host
public final java.lang.String host
type
public final java.lang.String type
ref
public final java.lang.String ref
Types.HostInUse
public Types.HostInUse(java.lang.String host,
java.lang.String type,
java.lang.String ref)
- Create a new HostInUse
- Parameters:
host
- type
- ref
-