klyn.net.ssl.SSLException.SSLException
constructor
public SSLException(message as String = "TLS error"):
Description

Creates an SSL exception.

Parameters
ParameterDescription
messageHuman-readable error message.
Example
import klyn.net.ssl

throw SSLException("TLS handshake failed")