Signals
that
a buffer is read-only and that its put( ) or
compact( ) methods are not allowed to modify the
buffer contents.

public class ReadOnlyBufferException extends UnsupportedOperationException {
// Public Constructors
public ReadOnlyBufferException( );
}