sok / Sok.Exceptions / SocketClosedException
class SocketClosedException :
SokException
(source)
Platform and version requirements: Common
Exception thrown when trying to perform an I/O on a closed socket
message
- Message given by the exception when thrown
<init> | SocketClosedException(message: String = "The socket is closed") Exception thrown when trying to perform an I/O on a closed socket |