java.nio
Class BufferOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.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.BufferOverflowExceptionclass in Java(TM) Standard Edition version 1.4.2.

Since:
BlackBerry API 5.0.0

Constructor Summary
BufferOverflowException()
          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

BufferOverflowException

public BufferOverflowException()
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