com.xensource.xenapi
Class Types.VlanTagInvalid

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

public static class Types.VlanTagInvalid
extends Types.XenAPIException

You tried to create a VLAN, but the tag you gave was invalid -- it must be between 0 and 4094. The parameter echoes the VLAN tag you gave.

See Also:
Serialized Form

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

VLAN

public final java.lang.String VLAN
Constructor Detail

Types.VlanTagInvalid

public Types.VlanTagInvalid(java.lang.String VLAN)
Create a new VlanTagInvalid

Parameters:
VLAN -