Class Types.XmlrpcUnmarshalFailure

All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.XmlrpcUnmarshalFailure extends Types.XenAPIException
The server failed to unmarshal the XMLRPC message; it was expecting one element and received something else.
See Also:
  • Field Details

    • expected

      public final String expected
    • received

      public final String received
  • Constructor Details

    • XmlrpcUnmarshalFailure

      public XmlrpcUnmarshalFailure(String expected, String received)
      Create a new XmlrpcUnmarshalFailure