org.jSyncManager.API.Tools

Class CircularQueueOverrunException


public class CircularQueueOverrunException
extends Exception

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

Constructor Summary

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

Constructor Details

CircularQueueOverrunException

public CircularQueueOverrunException()
Constructs a new CircularQueueOverrunException object.

CircularQueueOverrunException

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