com.xensource.xenapi
Class Types.MapDuplicateKey

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

public static class Types.MapDuplicateKey
extends Types.XenAPIException

You tried to add a key-value pair to a map, but that key is already there.

See Also:
Serialized Form

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

type

public final java.lang.String type

paramName

public final java.lang.String paramName

uuid

public final java.lang.String uuid

key

public final java.lang.String key
Constructor Detail

Types.MapDuplicateKey

public Types.MapDuplicateKey(java.lang.String type,
                             java.lang.String paramName,
                             java.lang.String uuid,
                             java.lang.String key)
Create a new MapDuplicateKey

Parameters:
type -
paramName -
uuid -
key -