Java In A Nutshell, 5th Edition
Signals that a buffer is read-only and that its put( ) or compact( ) methods are not allowed to modify the buffer contents. Figure 13-11. java.nio.ReadOnlyBufferException
public class ReadOnlyBufferException extends UnsupportedOperationException { // Public Constructors public ReadOnlyBufferException ( ); }
|