Class QueueException

    • Constructor Detail

      • 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 Detail

      • getQueue

        public IQueue getQueue()