com.xensource.xenapi
Class Types.PatchPrecheckFailedWrongServerBuild
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.PatchPrecheckFailedWrongServerBuild
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Types
public static class Types.PatchPrecheckFailedWrongServerBuild
- extends Types.XenAPIException
The patch precheck stage failed: the server is of an incorrect build.
- See Also:
- Serialized Form
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 |
patch
public final java.lang.String patch
foundBuild
public final java.lang.String foundBuild
requiredBuild
public final java.lang.String requiredBuild
Types.PatchPrecheckFailedWrongServerBuild
public Types.PatchPrecheckFailedWrongServerBuild(java.lang.String patch,
java.lang.String foundBuild,
java.lang.String requiredBuild)
- Create a new PatchPrecheckFailedWrongServerBuild
- Parameters:
patch
- foundBuild
- requiredBuild
-