SokDoc

sok / Sok.Exceptions / AddressInUseException

AddressInUseException

class AddressInUseException : SokException (source)

Platform and version requirements: Common

Exception thrown when trying to bind a socket to an address/port already bound

Parameters

message - Message given by the exception when thrown

Constructors

<init> AddressInUseException(message: String = "The address/port is already in use")
Exception thrown when trying to bind a socket to an address/port already bound