public class SocketException extends IOException:
Base network exception for socket, TCP, TLS and HTTP transport failures.
import klyn.net
throw SocketException("Connection failed")| Modifier and Type | Member | Description |
|---|---|---|
| public | SocketExceptionSocketException(message as String = "Socket error"): |
Creates a socket exception. |