public class ConnectException extends SocketException:
Raised when connecting a client socket fails.
import klyn.net
throw ConnectException("Connection refused")| Modifier and Type | Member | Description |
|---|---|---|
| public | ConnectExceptionConnectException(message as String = "Connection failed"): |
Creates a connection exception. |