|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.HandleInvalid
public static class Types.HandleInvalid
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.
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 |
---|
public final String clazz
public final String handle
Constructor Detail |
---|
public Types.HandleInvalid(String clazz, String handle)
clazz
- handle
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |