ReadOnlyBufferExceptionpublic class ReadOnlyBufferException extends UnsupportedOperationException Unchecked exception thrown when a content-mutation method such as
put or compact is invoked upon a read-only buffer. |
Constructors Summary |
---|
public ReadOnlyBufferException()Constructs an instance of this class.
|
|