org.umber.catalan.process.queue
Class QueueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.umber.catalan.process.ProcessException
              extended byorg.umber.catalan.process.queue.QueueException
All Implemented Interfaces:
java.io.Serializable

public class QueueException
extends ProcessException

An exception for IQueue-related problems.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
QueueException(java.lang.String message)
          Creates a new instance of QueueException.
QueueException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of QueueException.
 
Methods inherited from class org.umber.catalan.process.ProcessException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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 message)
Creates a new instance of QueueException.

Parameters:
message - description of the problem

QueueException

public QueueException(java.lang.String message,
                      java.lang.Throwable cause)
Creates a new instance of QueueException.

Parameters:
message - description of the problem
cause - the triggering exception