Team LiB
Previous Section Next Section

ReadOnlyBufferExceptionjava.nio

Java 1.4serializable unchecked

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( );  
}

    Team LiB
    Previous Section Next Section