com.xensource.xenapi
Class Types.HandleInvalid

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

public static class Types.HandleInvalid
extends Types.XenAPIException

You gave an invalid object reference. The object may have recently been deleted. The class parameter gives the type of reference given, and the handle parameter echoes the bad value given.

See Also:
Serialized Form

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

clazz

public final String clazz

handle

public final String handle
Constructor Detail

Types.HandleInvalid

public Types.HandleInvalid(String clazz,
                           String handle)
Create a new HandleInvalid

Parameters:
clazz -
handle -