com.xensource.xenapi
Class Types.PatchPrecheckFailedUnknownError

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

public static class Types.PatchPrecheckFailedUnknownError
extends Types.XenAPIException

The patch precheck stage failed with an unknown error. See attached info for more details.

See Also:
Serialized Form

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

info

public final java.lang.String info
Constructor Detail

Types.PatchPrecheckFailedUnknownError

public Types.PatchPrecheckFailedUnknownError(java.lang.String patch,
                                             java.lang.String info)
Create a new PatchPrecheckFailedUnknownError

Parameters:
patch -
info -