sok / Sok.Exceptions / 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
message - Message given by the exception when thrown
| <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 |