com.deltax.util
Class QueueEmptyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.deltax.util.QueueEmptyException
All Implemented Interfaces:
java.io.Serializable

public class QueueEmptyException
extends java.lang.Exception

Indicates that an operation failed since the queue is empty.

Version:
1.0
Author:
Cris Sadun
See Also:
Serialized Form

Constructor Summary
QueueEmptyException()
           
 
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

QueueEmptyException

public QueueEmptyException()