org.eclipse.ecf.core.sharedobject.util
Class QueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.ecf.core.util.ECFException
                  extended by org.eclipse.ecf.core.sharedobject.util.QueueException
All Implemented Interfaces:
java.io.Serializable

public class QueueException
extends ECFException

See Also:
Serialized Form

Constructor Summary
QueueException()
           
QueueException(IQueue queue)
           
QueueException(org.eclipse.core.runtime.IStatus status)
           
QueueException(java.lang.String message)
           
QueueException(java.lang.String message, java.lang.Throwable cause)
           
QueueException(java.lang.Throwable cause)
           
 
Method Summary
 IQueue getQueue()
           
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueException

public QueueException(org.eclipse.core.runtime.IStatus status)

QueueException

public QueueException()

QueueException

public QueueException(IQueue queue)

QueueException

public QueueException(java.lang.String message)

QueueException

public QueueException(java.lang.String message,
                      java.lang.Throwable cause)

QueueException

public QueueException(java.lang.Throwable cause)
Method Detail

getQueue

public IQueue getQueue()