Package com.xensource.xenapi
Class Types.TlsConnectionFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.TlsConnectionFailed
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Types
Cannot contact the other host using TLS on the specified address and port
- See Also:
-
Field Summary
FieldsFields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription
-
Constructor Summary
ConstructorsConstructorDescriptionTlsConnectionFailed
(String address, String port) Create a new TlsConnectionFailed -
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
-
address
-
port
-
-
Constructor Details
-
TlsConnectionFailed
Create a new TlsConnectionFailed
-