Package com.xensource.xenapi
Class Types.VmToImportIsNotNewerVersion
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.VmToImportIsNotNewerVersion
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Types
The VM cannot be imported unforced because it is either the same version or an older version of an existing VM.
- See Also:
-
Field Summary
FieldsFields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
-
Constructor Summary
ConstructorsConstructorDescriptionVmToImportIsNotNewerVersion
(String vm, String existingVersion, String versionToImport_) Create a new VmToImportIsNotNewerVersion -
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
-
vm
-
existingVersion
-
versionToImport_
-
-
Constructor Details
-
VmToImportIsNotNewerVersion
Create a new VmToImportIsNotNewerVersion
-