org.jSyncManager.API.Tools
Class CircularQueueOverrunException
Exceptionorg.jSyncManager.API.Tools.CircularQueueOverrunException
public class CircularQueueOverrunException
extends Exception
The CircularQueueOverrunException class.
This exeception is generated when a circular queue is overrun.
CircularQueueOverrunException
public CircularQueueOverrunException()
Constructs a new CircularQueueOverrunException object.
CircularQueueOverrunException
public CircularQueueOverrunException(String s)
Constructs a new CircularQueueOverrunException object with the given message.
s - a String containing the exeception message text.