BufferOverflowException | java.nio |
Java 1.4 | serializable unchecked |
Signals that a relative put( ) operation on a buffer could not complete because the number of elements to write exceeds the number of remaining elements between the buffer's position and its limit.
Figure 13-1. java.nio.BufferOverflowException
public class BufferOverflowException extends RuntimeException { // Public Constructors public BufferOverflowException ( ); }
|