Class QueueException

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

public class QueueException extends ECFException
See Also:
  • Constructor Details

    • QueueException

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

      public QueueException()
    • QueueException

      public QueueException(IQueue queue)
    • QueueException

      public QueueException(String message)
    • QueueException

      public QueueException(String message, Throwable cause)
    • QueueException

      public QueueException(Throwable cause)
  • Method Details

    • getQueue

      public IQueue getQueue()