Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

BufferUnderflowException

open class BufferUnderflowException : RuntimeException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ java.nio.BufferUnderflowException

Unchecked exception thrown when a relative get operation reaches the source buffer's limit.

Summary

Public constructors

Constructs an instance of this class.

Public constructors

<init>

Added in API level 1
BufferUnderflowException()

Constructs an instance of this class.