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>
Special exception related to ring buffer operations.
- Version:
- $Revision: 1.6 $
- Author:
- Achim Westermann
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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
-
Constructor Details
-
RingBufferException
Creates an instance with the given message.- Parameters:
msg
- the message of the exception.
-