public final class InsufficientCapacityException
extends java.lang.Exception
Exception thrown when the it is not possible to insert a value into
the ring buffer without it wrapping the consuming sequenes. 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 - 2014 LMAX Ltd. All Rights Reserved.