java.nio.BufferUnderflowException
A BufferUnderflowException
is thrown when you try to read
elements from a buffer, but there is not enough remaining elements in the
buffer.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
BufferUnderflowException()
Constructs a BufferUnderflowException
.