Overview
>
klyn.net.ssl
>
SSLException
>
SSLException
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.net.ssl.SSLException.SSLException
constructor
public SSLException(message as String = "TLS error"):
Description
Creates an SSL exception.
Parameters
message Human-readable error message. ```klyn import klyn.net.ssl throw SSLException("TLS handshake failed") ```