klyn.net.BindException.BindException
constructor
public BindException(message as String = "Bind failed"):
Description

Creates a bind exception.

Parameters
ParameterDescription
messageHuman-readable error message.
Example
import klyn.net

ex = BindException("Port unavailable")
print(ex.message)