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")
Inherited Properties
propertyInherited Properties from Exception: message
propertyInherited Properties from Object: type
Constructors
Modifier and Type Member Description
public BindException
BindException(message as String = "Bind failed"):
Creates a bind exception.
Inherited Methods
methodInherited Methods from Exception: toString
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml