Exception: Qpid::Proton::WorkQueue::StoppedError

Inherits:
StoppedError show all
Defined in:
lib/core/work_queue.rb

Overview

Error raised if work is added after the queue has been stopped.

Instance Method Summary collapse

Constructor Details

#initializeStoppedError

Returns a new instance of StoppedError.



40
# File 'lib/core/work_queue.rb', line 40

def initialize() super("WorkQueue has been stopped"); end