Exception: Qpid::Proton::WorkQueue::StoppedError
- Inherits:
-
StoppedError
- Object
- RuntimeError
- ProtonError
- StateError
- StoppedError
- Qpid::Proton::WorkQueue::StoppedError
- Defined in:
- lib/core/work_queue.rb
Overview
Error raised if work is added after the queue has been stopped.
Instance Method Summary collapse
-
#initialize ⇒ StoppedError
constructor
A new instance of StoppedError.
Constructor Details
#initialize ⇒ StoppedError
Returns a new instance of StoppedError.
40 |
# File 'lib/core/work_queue.rb', line 40 def initialize() super("WorkQueue has been stopped"); end |