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

Public constructors

BufferOverflowException

Added in API level 1
public BufferOverflowException ()

Constructs an instance of this class.