SokDoc

sok / Sok.Exceptions / ForceCloseException

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

Parameters

message - Message given by the exception when thrown

Constructors

<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