Package com.lmax.disruptor
Class InsufficientCapacityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lmax.disruptor.InsufficientCapacityException
- All Implemented Interfaces:
Serializable
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.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
InsufficientCapacityException
private InsufficientCapacityException()
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-