jSyncManager

org.jSyncManager.API.Tools
Class CircularQueueOverrunException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jSyncManager.API.Tools.CircularQueueOverrunException
All Implemented Interfaces:
java.io.Serializable

public class CircularQueueOverrunException
extends java.lang.Exception

The CircularQueueOverrunException class. This exeception is generated when a circular queue is overrun.

Version:
$Revision: 1.2 $
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: yaztromo $ on $Date: 2004/07/14 04:31:15 $.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CircularQueueOverrunException()
          Constructs a new CircularQueueOverrunException object.
CircularQueueOverrunException(java.lang.String s)
          Constructs a new CircularQueueOverrunException object with the given message.
 
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

CircularQueueOverrunException

public CircularQueueOverrunException()
Constructs a new CircularQueueOverrunException object.


CircularQueueOverrunException

public CircularQueueOverrunException(java.lang.String s)
Constructs a new CircularQueueOverrunException object with the given message.

Parameters:
s - a String containing the exeception message text.

jSyncManager

Copyright (c) 1999 - 2004 Brad BARCLAY and others. All Rights Reserved.