Serializablepublic 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 | Description |
|---|---|---|
static InsufficientCapacityException |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
Throwable |
fillInStackTrace() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final InsufficientCapacityException INSTANCE
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2019. All rights reserved.