Class ReadOnlyBufferException

All Implemented Interfaces:
Serializable

public class ReadOnlyBufferException extends UnsupportedOperationException
Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer.
Since:
1.4
See Also:
  • Constructor Details Link icon

    • ReadOnlyBufferException Link icon

      public ReadOnlyBufferException()
      Constructs an instance of this class.