java.nio.ReadOnlyBufferException
A ReadOnlyBufferException
is thrown when some write operation
is called on a readonly 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
ReadOnlyBufferException()
Constructs a ReadOnlyBufferException
.