public BindException(message as String = "Bind failed"):
Creates a bind exception.
message
import klyn.net ex = BindException("Port unavailable") print(ex.message)