com.xensource.xenapi
Class Types.HaConstraintViolationNetworkNotShared

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

public static class Types.HaConstraintViolationNetworkNotShared
extends Types.XenAPIException

This operation cannot be performed because the referenced network is not properly shared. The network must either be entirely virtual or must be physically present via a currently_attached PIF on every host.

See Also:
Serialized Form

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

network

public final String network
Constructor Detail

Types.HaConstraintViolationNetworkNotShared

public Types.HaConstraintViolationNetworkNotShared(String network)
Create a new HaConstraintViolationNetworkNotShared

Parameters:
network -