com.xensource.xenapi
Class Types.XenapiPluginFailure

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.XenapiPluginFailure
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Types

public static class Types.XenapiPluginFailure
extends Types.XenAPIException

There was a failure communicating with the plugin.

See Also:
Serialized Form

Field Summary
 java.lang.String status
           
 java.lang.String stderr
           
 java.lang.String stdout
           
 
Fields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
 
Constructor Summary
Types.XenapiPluginFailure(java.lang.String status, java.lang.String stdout, java.lang.String stderr)
          Create a new XenapiPluginFailure
 
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

status

public final java.lang.String status

stdout

public final java.lang.String stdout

stderr

public final java.lang.String stderr
Constructor Detail

Types.XenapiPluginFailure

public Types.XenapiPluginFailure(java.lang.String status,
                                 java.lang.String stdout,
                                 java.lang.String stderr)
Create a new XenapiPluginFailure

Parameters:
status -
stdout -
stderr -