- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.lmax.disruptor.InsufficientCapacityException
-
- All Implemented Interfaces:
java.io.Serializable
public final class InsufficientCapacityException extends java.lang.ExceptionException 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 theRingBuffer.tryNext()call.For efficiency this exception will not have a stack trace.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static InsufficientCapacityExceptionINSTANCEThe efficiency saving singleton instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablefillInStackTrace()
-
-
-
Field Detail
-
INSTANCE
public static final InsufficientCapacityException INSTANCE
The efficiency saving singleton instance
-
-