public class

BufferUnderflowException

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

Class Overview

Unchecked exception thrown when a relative get operation reaches the source 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.BufferUnderflowException class in Java(TM) Standard Edition version 1.4.2.

Summary

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

Public Constructors

public BufferUnderflowException ()