org.tranche.httpd
Class QueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.tranche.httpd.QueueException
All Implemented Interfaces:
java.io.Serializable

public class QueueException
extends java.lang.Exception

Exception That A Queue object should through.

Author:
TPapoulias
See Also:
Serialized Form

Constructor Summary
QueueException(java.lang.String msg)
          Constructor
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueException

public QueueException(java.lang.String msg)
Constructor

Parameters:
msg - A short description of the exception


This code is free for use both commercially and non-commercially as stated in the project's license