com.xensource.xenapi
Class Types.DeviceDetachTimeout

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

public static class Types.DeviceDetachTimeout
extends Types.XenAPIException

A timeout happened while attempting to detach a device from a VM.

See Also:
Serialized Form

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

type

public final java.lang.String type

ref

public final java.lang.String ref
Constructor Detail

Types.DeviceDetachTimeout

public Types.DeviceDetachTimeout(java.lang.String type,
                                 java.lang.String ref)
Create a new DeviceDetachTimeout

Parameters:
type -
ref -