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

    • handle

      public final String handle
  • Constructor Details

    • SessionInvalid

      public SessionInvalid(String handle)
      Create a new SessionInvalid