Package com.xensource.xenapi
Class Types.HostCannotAttachNetwork
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.HostCannotAttachNetwork
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Types
Server cannot attach network (in the case of NIC bonding, this may be because attaching the network on this server would require other networks - that are currently active - to be taken down).
- See Also:
-
Field Summary
FieldsFields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
-
Constructor Summary
ConstructorsConstructorDescriptionHostCannotAttachNetwork
(String host, String network) Create a new HostCannotAttachNetwork -
Method Summary
Methods inherited from class com.xensource.xenapi.Types.XenAPIException
toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
host
-
network
-
-
Constructor Details
-
HostCannotAttachNetwork
Create a new HostCannotAttachNetwork
-