Exception: Qpid::Proton::Container::StoppedError

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

Overview

Error raised if the container is used after #stop has been called.

Instance Method Summary collapse

Constructor Details

#initializeStoppedError

Returns a new instance of StoppedError.



39
# File 'lib/core/container.rb', line 39

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