Class InsufficientCapacityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lmax.disruptor.InsufficientCapacityException
All Implemented Interfaces:
Serializable

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.

See Also: