classUtils.pack.util
Class QueueEmptyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by classUtils.pack.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()
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueEmptyException

public QueueEmptyException()