sok / Sok.Exceptions / ForceCloseException
class ForceCloseException :
CloseException
(source)
Platform and version requirements: Common
Exception passed to the socket exception handler whent the socket is forcefully closed by a call to the forceClose
method
message
- Message given by the exception when thrown
<init> | ForceCloseException(message: String = "The socket was forcefully closed") Exception passed to the socket exception handler whent the socket is forcefully closed by a call to the forceClose method |