com.xensource.xenapi
Class Types.PatchPrecheckFailedWrongServerBuild

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.PatchPrecheckFailedWrongServerBuild
All Implemented Interfaces:
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

Field Summary
 String foundBuild
           
 String patch
           
 String requiredBuild
           
 
Fields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
 
Constructor Summary
Types.PatchPrecheckFailedWrongServerBuild(String patch, String foundBuild, String requiredBuild)
          Create a new PatchPrecheckFailedWrongServerBuild
 
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

patch

public final String patch

foundBuild

public final String foundBuild

requiredBuild

public final String requiredBuild
Constructor Detail

Types.PatchPrecheckFailedWrongServerBuild

public Types.PatchPrecheckFailedWrongServerBuild(String patch,
                                                 String foundBuild,
                                                 String requiredBuild)
Create a new PatchPrecheckFailedWrongServerBuild

Parameters:
patch -
foundBuild -
requiredBuild -