Class Types.WlbMalformedResponse

All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.WlbMalformedResponse extends Types.XenAPIException
WLB said something that the server wasn't expecting or didn't understand. The method called on WLB, a diagnostic reason, and the response from WLB are returned.
See Also:
  • Field Details

    • method

      public final String method
    • reason

      public final String reason
    • response

      public final String response
  • Constructor Details

    • WlbMalformedResponse

      public WlbMalformedResponse(String method, String reason, String response)
      Create a new WlbMalformedResponse