SokDoc

sok / Sok.Exceptions / ConcurrentReadingException

ConcurrentReadingException

class ConcurrentReadingException : SokException (source)

Platform and version requirements: Common

Exception thrown when trying to read the socket while another read call is executing

Parameters

message - Message given by the exception when thrown

Constructors

<init> ConcurrentReadingException(message: String = "The socket si already being read")
Exception thrown when trying to read the socket while another read call is executing