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:
Serializable
Enclosing interface:
IRingBuffer

public static final class IRingBuffer.RingBufferException
extends RuntimeException

Special exception related to ringbuffer operations.

Version:
$Revision: 1.2 $
Author:
Achim Westermann
See Also:
Serialized Form

Constructor Summary
protected IRingBuffer.RingBufferException(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(String msg)
Creates an instance with the given message.

Parameters:
msg - the message of the exception.


Copyright © 2001 - 2007 LGPL, All Rights Footloose.