PortInUseException

constructor(port: Int)

Creates a new port in use exception for the given port.

Parameters

port

the port that was in use


constructor(port: Int, cause: Throwable)

Creates a new port in use exception for the given port.

Parameters

port

the port that was in use

cause

the cause of the exception