public final class InsufficientCapacityException
extends java.lang.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.
| Modifier and Type | Field and Description |
|---|---|
static InsufficientCapacityException |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace() |
public static final InsufficientCapacityException INSTANCE
Copyright © 2011 - 2018 LMAX Ltd. All Rights Reserved.