org.sakaiproject.contentreview.exception
Class QueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sakaiproject.contentreview.exception.QueueException
All Implemented Interfaces:
Serializable

public class QueueException
extends Exception

See Also:
Serialized Form

Constructor Summary
QueueException()
           
QueueException(String arg0)
           
QueueException(String arg0, Throwable arg1)
           
QueueException(Throwable arg0)
           
 
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(String arg0)

QueueException

public QueueException()

QueueException

public QueueException(String arg0,
                      Throwable arg1)

QueueException

public QueueException(Throwable arg0)


Copyright © 2003-2012 Sakai Project. All Rights Reserved.