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.
| 限定符和类型 | 字段和说明 |
|---|---|
static InsufficientCapacityException |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final InsufficientCapacityException INSTANCE
public Throwable fillInStackTrace()
fillInStackTrace 在类中 ThrowableCopyright © 2018 Pivotal Software, Inc.. All rights reserved.