Class IRingBuffer.RingBufferException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
info.monitorenter.util.collections.IRingBuffer.RingBufferException
All Implemented Interfaces:
Serializable
Enclosing interface:
IRingBuffer<T>

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

Version:
$Revision: 1.6 $
Author:
Achim Westermann
See Also:
  • Constructor Details

    • RingBufferException

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

      Parameters:
      msg - the message of the exception.