BufferOverflowExceptionpublic 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. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public BufferOverflowException()Constructs a BufferOverflowException .
super();
|
|