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
      ReadOnlyBufferException()
      Constructs an instance of this class.
    • Method Summary

    • Constructor Detail

      • ReadOnlyBufferException

        public ReadOnlyBufferException()
        Constructs an instance of this class.