Class InsufficientCapacityException

  • All Implemented Interfaces:
    Serializable

    public final class InsufficientCapacityException
    extends Exception

    Exception thrown when it is not possible to insert a value into the ring buffer without it wrapping the consuming sequences. Used specifically when claiming with the RingBuffer.tryNext() call.

    For efficiency this exception will not have a stack trace.

    See Also:
    Serialized Form