com.xensource.xenapi
Class Types.PbdExists

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

public static class Types.PbdExists
extends Types.XenAPIException

A PBD already exists connecting the SR to the host

See Also:
Serialized Form

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

sr

public final java.lang.String sr

host

public final java.lang.String host

pbd

public final java.lang.String pbd
Constructor Detail

Types.PbdExists

public Types.PbdExists(java.lang.String sr,
                       java.lang.String host,
                       java.lang.String pbd)
Create a new PbdExists

Parameters:
sr -
host -
pbd -