SokDoc

sok / Sok.Exceptions / SocketClosedException

SocketClosedException

class SocketClosedException : SokException (source)

Platform and version requirements: Common

Exception thrown when trying to perform an I/O on a closed socket

Parameters

message - Message given by the exception when thrown

Constructors

<init> SocketClosedException(message: String = "The socket is closed")
Exception thrown when trying to perform an I/O on a closed socket