info.monitorenter.util.collections
Class IRingBuffer.RingBufferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
protected IRingBuffer.RingBufferException(java.lang.String msg)
          Creates an instance with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

IRingBuffer.RingBufferException

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

Parameters:
msg - the message of the exception.


Copyright © 2001 - 2010 LGPL, All Rights Footloose.