Most visited

Recently visited

Added in API level 1

BufferOverflowException

public class BufferOverflowException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.nio.BufferOverflowException


Unchecked exception thrown when a relative put operation reaches the target buffer's limit.

Summary

Public constructors

BufferOverflowException()

Constructs an instance of this class.

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

BufferOverflowException

Added in API level 1
BufferOverflowException ()

Constructs an instance of this class.

Hooray!