BindException
classin packageklyn.net
public class BindException extends SocketException:
└ BindException
Raised when binding a server socket fails.
import klyn.net

throw BindException("Address already in use")
Properties inherited from Exception: message
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public BindException
BindException(message as String = "Bind failed"):
Creates a bind exception.
Methods inherited from Exception: toString
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml