com.xensource.xenapi
Class Types.SessionInvalid
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.SessionInvalid
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Types
public static class Types.SessionInvalid
- extends Types.XenAPIException
You gave an invalid session reference. It may have been invalidated by a server restart, or timed out. You should get a new session handle, using one of the session.login_ calls. This error does not invalidate the current connection. The handle parameter echoes the bad value given.
- See Also:
- Serialized Form
handle
public final String handle
Types.SessionInvalid
public Types.SessionInvalid(String handle)
- Create a new SessionInvalid
- Parameters:
handle
-