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