BufferUnderflowExceptionpublic class BufferUnderflowException extends RuntimeException A BufferUnderflowException is thrown when elements are read
from a buffer but there are not enough remaining elements in the buffer. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public BufferUnderflowException()Constructs a BufferUnderflowException .
super();
|
|