FileDocCategorySizeDatePackage
BufferOverflowException.javaAPI DocphoneME MR2 API (J2ME)1548Wed May 02 18:00:46 BST 2007java.nio

BufferOverflowException

public class BufferOverflowException extends RuntimeException
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.BufferOverflowException class in Java(TM) Standard Edition version 1.4.2.

Fields Summary
Constructors Summary
public BufferOverflowException()
Constructs an instance of this class.

Methods Summary