Class Types.SessionAuthorizationFailed

All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.SessionAuthorizationFailed extends Types.XenAPIException
The credentials given by the user are correct, but the user could not be authorized, so access has been denied, and you have not been issued a session handle.
See Also:
  • Field Details

    • username

      public final String username
    • msg

      public final String msg
  • Constructor Details

    • SessionAuthorizationFailed

      public SessionAuthorizationFailed(String username, String msg)
      Create a new SessionAuthorizationFailed