org.jSyncManager.API.Tools

Class CircularQueueUnderrunException


public class CircularQueueUnderrunException
extends Exception

The CircularQueueUnderrunException class. This exeception is generated when a circular queue is underrun.

Constructor Summary

CircularQueueUnderrunException()
Constructs a new CircularQueueUnderrunException object.
CircularQueueUnderrunException(String s)
Constructs a new CircularQueueUnderrunException object with the given message.

Constructor Details

CircularQueueUnderrunException

public CircularQueueUnderrunException()
Constructs a new CircularQueueUnderrunException object.

CircularQueueUnderrunException

public CircularQueueUnderrunException(String s)
Constructs a new CircularQueueUnderrunException object with the given message.
Parameters:
s - a String containing the exeception message text.