Class 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:
  • Field Details

    • clazz

      public final String clazz
    • handle

      public final String handle
  • Constructor Details

    • HandleInvalid

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