com.xensource.xenapi
Class Types.WlbMalformedResponse
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.WlbMalformedResponse
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Types
public static class Types.WlbMalformedResponse
- extends Types.XenAPIException
The WLB server said something that XenServer wasn't expecting or didn't understand. The method called on the WLB server, a diagnostic reason, and the response from WLB are returned.
- See Also:
- Serialized Form
method
public final String method
reason
public final String reason
response
public final String response
Types.WlbMalformedResponse
public Types.WlbMalformedResponse(String method,
String reason,
String response)
- Create a new WlbMalformedResponse
- Parameters:
method
- reason
- response
-