Package com.xensource.xenapi
Class Types.XapiHookFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.XapiHookFailed
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Types
3rd party xapi hook failed
- See Also:
-
Field Summary
FieldsFields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
-
Constructor Summary
ConstructorsConstructorDescriptionXapiHookFailed
(String hookName, String reason, String stdout, String exitCode) Create a new XapiHookFailed -
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
-
hookName
-
reason
-
stdout
-
exitCode
-
-
Constructor Details
-
XapiHookFailed
Create a new XapiHookFailed
-