org.simoes.lpd.exception
Class QueueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.simoes.lpd.exception.QueueException
All Implemented Interfaces:
java.io.Serializable

public class QueueException
extends java.lang.Exception

Shows when an exceptional condition has occurred in one of our Queues.

Author:
Jason Crowe
See Also:
Serialized Form

Constructor Summary
QueueException()
           
QueueException(java.lang.String msg)
           
QueueException(java.lang.String msg, java.lang.Throwable t)
           
QueueException(java.lang.Throwable t)
           
 
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()

QueueException

public QueueException(java.lang.String msg)

QueueException

public QueueException(java.lang.String msg,
                      java.lang.Throwable t)

QueueException

public QueueException(java.lang.Throwable t)