sok / Sok.Exceptions / ConcurrentReadingException
class ConcurrentReadingException :
SokException
(source)
Platform and version requirements: Common
Exception thrown when trying to read the socket while another read call is executing
message
- Message given by the exception when thrown
<init> | ConcurrentReadingException(message: String = "The socket si already being read") Exception thrown when trying to read the socket while another read call is executing |