public class SSLException extends SocketException:
import klyn.net.ssl
try SSLSocket("127.0.0.1", 443)
catch err as SSLException:
print(err.message)| Modifier and Type | Member | Description |
|---|---|---|
| public | SSLExceptionSSLException(message as String = "TLS error"): |
Creates an SSL exception. |