Class InsufficientCapacityException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class InsufficientCapacityException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable fillInStackTrace()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable