com.xensource.xenapi
Class Types.WlbMalformedResponse

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.xensource.xenapi.Types.XenAPIException
                  extended by 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

Field Summary
 java.lang.String method
           
 java.lang.String reason
           
 java.lang.String response
           
 
Fields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
 
Constructor Summary
Types.WlbMalformedResponse(java.lang.String method, java.lang.String reason, java.lang.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
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
 

Field Detail

method

public final java.lang.String method

reason

public final java.lang.String reason

response

public final java.lang.String response
Constructor Detail

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 -