com.xensource.xenapi
Class Types.SessionInvalid

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.SessionInvalid
All Implemented Interfaces:
java.io.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

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

handle

public final java.lang.String handle
Constructor Detail

Types.SessionInvalid

public Types.SessionInvalid(java.lang.String handle)
Create a new SessionInvalid

Parameters:
handle -