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