public class

BufferOverflowException

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

Class Overview

Unchecked exception thrown when a relative put operation reaches the target buffer's limit. This class is provided as part of the JSR 239 NIO Buffer building block. It is a subset of the java.nio.BufferOverflowExceptionclass in Java(TM) Standard Edition version 1.4.2.

Summary

Public Constructors
BufferOverflowException()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public BufferOverflowException ()