SokDoc

sok / Sok.Exceptions / BufferOverflowException

BufferOverflowException

class BufferOverflowException : SokException (source)

Platform and version requirements: Common

Exception thrown when trying to put a value too large for the remaining space in the buffer

Parameters

message - Message given by the exception when thrown

Constructors

<init> BufferOverflowException(message: String = "There is not enough remaining space in the buffer to perform the write operation")
Exception thrown when trying to put a value too large for the remaining space in the buffer