Class ReadOnlyBufferException


public class ReadOnlyBufferException extends RuntimeException
Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer.
Since:
3.1
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs an instance of this class.
  • Method Summary

    Methods inherited from class Object

    equals
    Modifier and Type
    Method
    Description
    boolean
    Compares two Objects for equality.
  • Constructor Details

    • ReadOnlyBufferException

      public ReadOnlyBufferException()
      Constructs an instance of this class.