Package com.xensource.xenapi
Class Types.PoolJoiningHostTrustedCertificatesConflict
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.PoolJoiningHostTrustedCertificatesConflict
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Types
The joining host has a trusted certificate identical to one on the pool coordinator but with different purpose. Uninstall it then install it on the host again with the pool-compatible purpose, and try again.
- See Also:
-
Field Summary
FieldsFields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription -
Constructor Summary
ConstructorsConstructorDescriptionPoolJoiningHostTrustedCertificatesConflict(String refInPool, String refOnHost) Create a new PoolJoiningHostTrustedCertificatesConflict -
Method Summary
Methods inherited from class com.xensource.xenapi.Types.XenAPIException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
refInPool
-
refOnHost
-
-
Constructor Details
-
PoolJoiningHostTrustedCertificatesConflict
Create a new PoolJoiningHostTrustedCertificatesConflict
-