SokDoc

sok / Sok.Exceptions / PeerClosedException

PeerClosedException

class PeerClosedException : CloseException (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> PeerClosedException(message: String = "The socket was closed by peer")
Exception thrown when trying to perform an I/O on a closed socket