Package 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
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 Summary
FieldsFields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
-
Constructor Summary
ConstructorsConstructorDescriptionWlbMalformedResponse
(String method, String reason, String response) Create a new WlbMalformedResponse -
Method Summary
Methods inherited from class com.xensource.xenapi.Types.XenAPIException
toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
method
-
reason
-
response
-
-
Constructor Details
-
WlbMalformedResponse
Create a new WlbMalformedResponse
-