Package com.xensource.xenapi
Class Types.PoolJoiningHostTlsVerificationMismatch
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.PoolJoiningHostTlsVerificationMismatch
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Types
The TLS verification check failed when the joining host attempted to open a verified connection to the pool coordinator using the imported pool certificate bundle.
- See Also:
-
Field Summary
Fields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new PoolJoiningHostTlsVerificationMismatch -
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
-
Constructor Details
-
PoolJoiningHostTlsVerificationMismatch
public PoolJoiningHostTlsVerificationMismatch()Create a new PoolJoiningHostTlsVerificationMismatch
-