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