Class IRingBuffer.RingBufferException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    IRingBuffer<T>

    public static final class IRingBuffer.RingBufferException
    extends java.lang.RuntimeException
    Special exception related to ring buffer operations.

    Version:
    $Revision: 1.6 $
    Author:
    Achim Westermann
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RingBufferException​(java.lang.String msg)
      Creates an instance with the given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RingBufferException

        protected RingBufferException​(java.lang.String msg)
        Creates an instance with the given message.

        Parameters:
        msg - the message of the exception.