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

ReadOnlyBufferException

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

Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer.

Summary

Public constructors

Constructs an instance of this class.

Public constructors

<init>

Added in API level 1
ReadOnlyBufferException()

Constructs an instance of this class.