FileDocCategorySizeDatePackage
BufferOverflowException.javaAPI DocAndroid 1.5 API1314Wed May 06 22:41:04 BST 2009java.nio

BufferOverflowException

public class BufferOverflowException extends RuntimeException
A BufferOverflowException is thrown when elements are written to a buffer but there is not enough remaining space in the buffer.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public BufferOverflowException()
Constructs a BufferOverflowException.

since
Android 1.0


                
      
        super();
    
Methods Summary