java.nio
Class BufferUnderflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.nio.BufferUnderflowException

public class BufferUnderflowException
extends RuntimeException

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.

Since:
BlackBerry API 5.0.0

Constructor Summary
BufferUnderflowException()
          Constructs an instance of this class.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Constructor Detail

BufferUnderflowException

public BufferUnderflowException()
Constructs an instance of this class.

Since:
BlackBerry API 5.0.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal