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:
- java.io.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
Constructor Summary |
Types.WlbMalformedResponse(java.lang.String method,
java.lang.String reason,
java.lang.String response)
Create a new WlbMalformedResponse |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
method
public final java.lang.String method
reason
public final java.lang.String reason
response
public final java.lang.String response
Types.WlbMalformedResponse
public Types.WlbMalformedResponse(java.lang.String method,
java.lang.String reason,
java.lang.String response)
- Create a new WlbMalformedResponse
- Parameters:
method
- reason
- response
-