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