SokDoc

sok / Sok.Exceptions / NormalCloseException

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

Parameters

message - Message given by the exception when thrown

Constructors

<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