java.nio.BufferOverflowException
A BufferOverflowException
is thrown when you try to write
elements to a buffer, but there is not enough remaining space 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
BufferOverflowException()
Constructs a BufferOverflowException
.