SokDoc

sok / Sok.Exceptions / BufferUnderflowException

BufferUnderflowException

class BufferUnderflowException : SokException (source)

Platform and version requirements: Common

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

Parameters

message - Message given by the exception when thrown

Constructors

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