sok / Sok.Exceptions / AddressInUseException
class AddressInUseException : SokException (source)
Platform and version requirements: Common
Exception thrown when trying to bind a socket to an address/port already bound
message - Message given by the exception when thrown
| <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 |