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.
| Modifier and Type | Field and Description |
|---|---|
static InsufficientCapacityException |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final InsufficientCapacityException INSTANCE
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2024. All rights reserved.