Class IRingBuffer.RingBufferException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- info.monitorenter.util.collections.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.
-